Html Css Color HEX #BDE855 Conifer

📋 copy color: '#BDE855'

red 189 ◦ green 232 ◦ blue 85

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

Shades of Conifer #BDE855

Tints of Conifer #BDE855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.8%

R = 37.35%
G = 45.85%
B = 16.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#BDE855 (or 0xBDE855) is known color: Conifer. HEX triplet: BD, E8 and 55. RGB value is (189,232,85). Sum of RGB (Red+Green+Blue) = 189+232+85=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE855 is #4217AA. Grayscale: #CACACA. Windows color (decimal): -4331435 or 5630141. OLE color: 5630141.

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

Color convert

RGB 189 232 85 -
CMYK 0.19 0 0.63 0.09
HSL 77.55º 0.76% 0.62% -
HSV(B) 77.55º 0.63% 0.91% -
XYZ 51.48 69.19 19.24 -
YUV 202.39 61.75 118.45 -
System Red Green Blue C M Y K H S L
Decimal 189 232 85 0.19 0 0.63 0.09 77.55 0.76 0.62
Hex BD E8 55 13 0 3F 9 4E 4C 3E
Octal 275 350 125 23 0 77 11 116 114 76
Binary 10111101 11101000 1010101 10011 0 111111 1001 1001110 1001100 111110

Color Harmonies of #BDE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE855

Black with #BDE855

Text Example


Text Example

White with #BDE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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