Html Css Color HEX #BDD44F Conifer

📋 copy color: '#BDD44F'

red 189 ◦ green 212 ◦ blue 79

#BDD44F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BDD44F

Tints of Conifer #BDD44F

RGB

 RED value IS 189 (74.22% from 255) = 39.38%

 GREEN value IS 212 (83.2% from 255) = 44.17%

 BLUE value IS 79 (31.25% from 255) = 16.46%

R = 39.38%
G = 44.17%
B = 16.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#BDD44F (or 0xBDD44F) is known color: Conifer. HEX triplet: BD, D4 and 4F. RGB value is (189,212,79). Sum of RGB (Red+Green+Blue) = 189+212+79=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD44F is #422BB0. Grayscale: #BEBEBE. Windows color (decimal): -4336561 or 5231805. OLE color: 5231805.

HSL color Cylindrical-coordinate representation of color #BDD44F: hue angle of 70.38º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDD44F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 79 -
CMYK 0.11 0 0.63 0.17
HSL 70.38º 0.61% 0.57% -
HSV(B) 70.38º 0.63% 0.83% -
XYZ 45.94 58.47 16.26 -
YUV 189.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 189 212 79 0.11 0 0.63 0.17 70.38 0.61 0.57
Hex BD D4 4F B 0 3F 11 46 3D 39
Octal 275 324 117 13 0 77 21 106 75 71
Binary 10111101 11010100 1001111 1011 0 111111 10001 1000110 111101 111001

Color Harmonies of #BDD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD44F

Black with #BDD44F

Text Example


Text Example

White with #BDD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD44F; }

 p { color: rgb(189,212,79); }

 H1.HeaderClassName
 {
   color: #BDD44F;
 }
 .AnyTagClassName
 {
   color: #BDD44F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,212,79); }

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

border-color css

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

 span { border-color: rgb(189,212,79); }

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