Html Css Color HEX #BDDF51 Conifer

📋 copy color: '#BDDF51'

red 189 ◦ green 223 ◦ blue 81

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

Shades of Conifer #BDDF51

Tints of Conifer #BDDF51

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 81 (32.03% from 255) = 16.43%

R = 38.34%
G = 45.23%
B = 16.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#BDDF51 (or 0xBDDF51) is known color: Conifer. HEX triplet: BD, DF and 51. RGB value is (189,223,81). Sum of RGB (Red+Green+Blue) = 189+223+81=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF51 is #4220AE. Grayscale: #C5C5C5. Windows color (decimal): -4333743 or 5365693. OLE color: 5365693.

HSL color Cylindrical-coordinate representation of color #BDDF51: hue angle of 74.37º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDDF51 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 81 -
CMYK 0.15 0 0.64 0.13
HSL 74.37º 0.69% 0.6% -
HSV(B) 74.37º 0.64% 0.87% -
XYZ 48.86 64.19 17.6 -
YUV 196.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 189 223 81 0.15 0 0.64 0.13 74.37 0.69 0.6
Hex BD DF 51 F 0 40 D 4A 45 3C
Octal 275 337 121 17 0 100 15 112 105 74
Binary 10111101 11011111 1010001 1111 0 1000000 1101 1001010 1000101 111100

Color Harmonies of #BDDF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF51

Black with #BDDF51

Text Example


Text Example

White with #BDDF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF51; }

 p { color: rgb(189,223,81); }

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

background-color css

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

 a { background-color: rgb(189,223,81); }

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

border-color css

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

 span { border-color: rgb(189,223,81); }

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