#bde74d

Color #BDE74D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDE74D

Tints of Conifer #BDE74D

Color information

#BDE74D (or 0xBDE74D) is unknown color: approx Conifer. HEX triplet: BD, E7 and 4D. RGB value is (189,231,77). Sum of RGB (Red+Green+Blue) = 189+231+77=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE74D is #4218B2. Grayscale: #C9C9C9. Windows color (decimal): -4331699 or 5105597. OLE color: 5105597.

HSL color Cylindrical-coordinate representation of color #BDE74D: hue angle of 76.36º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDE74D is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB18923177-
CMYK0.1800.670.09
HSL76.36º76.24%60.39%-
HSV(B)76.36º66.67%90.59%-
XYZ50.968.5117.56-
YUV200.8958.09119.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 231 (90.62% from 255) = 46.48%
BLUE value IS 77 (30.47% from 255) = 15.49%
R=38.03%
G=46.48%
B=15.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal189231770.1800.670.0976.3676.2460.39
HexBDE74D1204394c4c3c
Octal2753471152201031111411474
Binary101111011110011110011011001001000011100110011001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bde74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bde74d; }

 p { color: rgb(189,231,77); }

 H1.HeaderClassName
 {
   color: #bde74d;
 }
 .AnyTagClassName
 {
   color: #bde74d;
 }
</style>
background-color css

<style>
 a { background-color: #bde74d; }

 a { background-color: rgb(189,231,77); }

 div.DivClassName
 {
   background-color: #bde74d;
 }
 .BgClassName
 {
   background-color: #bde74d;
 }
</style>
border-color css

<style>
 span { border-color: #bde74d; }

 span { border-color: rgb(189,231,77); }

 td.TdClassName
 {
   border-color: #bde74d;
 }
 .TagClassName
 {
   border-color: #bde74d;
 }
</style>