Html Css Color HEX #BDEC55 Conifer

📋 copy color: '#BDEC55'

red 189 ◦ green 236 ◦ blue 85

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

Shades of Conifer #BDEC55

Tints of Conifer #BDEC55

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

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

R = 37.06%
G = 46.27%
B = 16.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BDEC55 (or 0xBDEC55) is known color: Conifer. HEX triplet: BD, EC and 55. RGB value is (189,236,85). Sum of RGB (Red+Green+Blue) = 189+236+85=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC55 is #4213AA. Grayscale: #CDCDCD. Windows color (decimal): -4330411 or 5631165. OLE color: 5631165.

HSL color Cylindrical-coordinate representation of color #BDEC55: hue angle of 78.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDEC55 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 236 85 -
CMYK 0.20 0 0.64 0.07
HSL 78.68º 0.8% 0.63% -
HSV(B) 78.68º 0.64% 0.93% -
XYZ 52.62 71.47 19.62 -
YUV 204.73 60.43 116.78 -
System Red Green Blue C M Y K H S L
Decimal 189 236 85 0.20 0 0.64 0.07 78.68 0.8 0.63
Hex BD EC 55 14 0 40 7 4F 50 3F
Octal 275 354 125 24 0 100 7 117 120 77
Binary 10111101 11101100 1010101 10100 0 1000000 111 1001111 1010000 111111

Color Harmonies of #BDEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEC55

Black with #BDEC55

Text Example


Text Example

White with #BDEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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