Html Css Color HEX #BDDF50 Conifer

📋 copy color: '#BDDF50'

red 189 ◦ green 223 ◦ blue 80

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

Shades of Conifer #BDDF50

Tints of Conifer #BDDF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 38.41%
G = 45.33%
B = 16.26%

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

#BDDF50 (or 0xBDDF50) is known color: Conifer. HEX triplet: BD, DF and 50. RGB value is (189,223,80). Sum of RGB (Red+Green+Blue) = 189+223+80=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF50 is #4220AF. Grayscale: #C5C5C5. Windows color (decimal): -4333744 or 5300157. OLE color: 5300157.

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

Color convert

RGB 189 223 80 -
CMYK 0.15 0 0.64 0.13
HSL 74.27º 0.69% 0.59% -
HSV(B) 74.27º 0.64% 0.87% -
XYZ 48.82 64.17 17.4 -
YUV 196.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 189 223 80 0.15 0 0.64 0.13 74.27 0.69 0.59
Hex BD DF 50 F 0 40 D 4A 45 3B
Octal 275 337 120 17 0 100 15 112 105 73
Binary 10111101 11011111 1010000 1111 0 1000000 1101 1001010 1000101 111011

Color Harmonies of #BDDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF50

Black with #BDDF50

Text Example


Text Example

White with #BDDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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