Html Css Color HEX #BDD44B Conifer

📋 copy color: '#BDD44B'

red 189 ◦ green 212 ◦ blue 75

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

Shades of Conifer #BDD44B

Tints of Conifer #BDD44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 39.71%
G = 44.54%
B = 15.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BDD44B (or 0xBDD44B) is known color: Conifer. HEX triplet: BD, D4 and 4B. RGB value is (189,212,75). Sum of RGB (Red+Green+Blue) = 189+212+75=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD44B is #422BB4. Grayscale: #BEBEBE. Windows color (decimal): -4336565 or 4969661. OLE color: 4969661.

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

Color convert

RGB 189 212 75 -
CMYK 0.11 0 0.65 0.17
HSL 70.07º 0.61% 0.56% -
HSV(B) 70.07º 0.65% 0.83% -
XYZ 45.8 58.41 15.52 -
YUV 189.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 189 212 75 0.11 0 0.65 0.17 70.07 0.61 0.56
Hex BD D4 4B B 0 41 11 46 3D 38
Octal 275 324 113 13 0 101 21 106 75 70
Binary 10111101 11010100 1001011 1011 0 1000001 10001 1000110 111101 111000

Color Harmonies of #BDD44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD44B

Black with #BDD44B

Text Example


Text Example

White with #BDD44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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