Html Css Color HEX #B5DF55 Conifer

📋 copy color: '#B5DF55'

red 181 ◦ green 223 ◦ blue 85

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

Shades of Conifer #B5DF55

Tints of Conifer #B5DF55

RGB

 RED value IS 181 (71.09% from 255) = 37.01%

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

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

R = 37.01%
G = 45.6%
B = 17.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#B5DF55 (or 0xB5DF55) is known color: Conifer. HEX triplet: B5, DF and 55. RGB value is (181,223,85). Sum of RGB (Red+Green+Blue) = 181+223+85=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF55 is #4A20AA. Grayscale: #C3C3C3. Windows color (decimal): -4858027 or 5627829. OLE color: 5627829.

HSL color Cylindrical-coordinate representation of color #B5DF55: hue angle of 78.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5DF55 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 223 85 -
CMYK 0.19 0 0.62 0.13
HSL 78.26º 0.68% 0.6% -
HSV(B) 78.26º 0.62% 0.87% -
XYZ 47.08 63.25 18.32 -
YUV 194.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 181 223 85 0.19 0 0.62 0.13 78.26 0.68 0.6
Hex B5 DF 55 13 0 3E D 4E 44 3C
Octal 265 337 125 23 0 76 15 116 104 74
Binary 10110101 11011111 1010101 10011 0 111110 1101 1001110 1000100 111100

Color Harmonies of #B5DF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF55

Black with #B5DF55

Text Example


Text Example

White with #B5DF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF55; }

 p { color: rgb(181,223,85); }

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

background-color css

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

 a { background-color: rgb(181,223,85); }

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

border-color css

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

 span { border-color: rgb(181,223,85); }

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