Html Css Color HEX #BDE850 Conifer

📋 copy color: '#BDE850'

red 189 ◦ green 232 ◦ blue 80

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

Shades of Conifer #BDE850

Tints of Conifer #BDE850

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.31%

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

R = 37.72%
G = 46.31%
B = 15.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#BDE850 (or 0xBDE850) is known color: Conifer. HEX triplet: BD, E8 and 50. RGB value is (189,232,80). Sum of RGB (Red+Green+Blue) = 189+232+80=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE850 is #4217AF. Grayscale: #CACACA. Windows color (decimal): -4331440 or 5302461. OLE color: 5302461.

HSL color Cylindrical-coordinate representation of color #BDE850: hue angle of 76.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDE850 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 80 -
CMYK 0.19 0 0.66 0.09
HSL 76.97º 0.77% 0.61% -
HSV(B) 76.97º 0.66% 0.91% -
XYZ 51.29 69.11 18.23 -
YUV 201.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 189 232 80 0.19 0 0.66 0.09 76.97 0.77 0.61
Hex BD E8 50 13 0 42 9 4D 4D 3D
Octal 275 350 120 23 0 102 11 115 115 75
Binary 10111101 11101000 1010000 10011 0 1000010 1001 1001101 1001101 111101

Color Harmonies of #BDE850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE850

Black with #BDE850

Text Example


Text Example

White with #BDE850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE850; }

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

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

background-color css

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

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

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

border-color css

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

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

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