Html Css Color HEX #BDE05F Conifer

📋 copy color: '#BDE05F'

red 189 ◦ green 224 ◦ blue 95

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

Shades of Conifer #BDE05F

Tints of Conifer #BDE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 95 (37.5% from 255) = 18.7%

R = 37.2%
G = 44.09%
B = 18.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BDE05F (or 0xBDE05F) is known color: Conifer. HEX triplet: BD, E0 and 5F. RGB value is (189,224,95). Sum of RGB (Red+Green+Blue) = 189+224+95=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE05F is #421FA0. Grayscale: #C7C7C7. Windows color (decimal): -4333473 or 6283453. OLE color: 6283453.

HSL color Cylindrical-coordinate representation of color #BDE05F: hue angle of 76.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDE05F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 95 -
CMYK 0.16 0 0.58 0.12
HSL 76.28º 0.68% 0.63% -
HSV(B) 76.28º 0.58% 0.88% -
XYZ 49.71 64.96 20.74 -
YUV 198.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 189 224 95 0.16 0 0.58 0.12 76.28 0.68 0.63
Hex BD E0 5F 10 0 3A C 4C 44 3F
Octal 275 340 137 20 0 72 14 114 104 77
Binary 10111101 11100000 1011111 10000 0 111010 1100 1001100 1000100 111111

Color Harmonies of #BDE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE05F

Black with #BDE05F

Text Example


Text Example

White with #BDE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE05F; }

 p { color: rgb(189,224,95); }

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

background-color css

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

 a { background-color: rgb(189,224,95); }

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

border-color css

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

 span { border-color: rgb(189,224,95); }

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