Html Css Color HEX #B2DF55 Conifer

📋 copy color: '#B2DF55'

red 178 ◦ green 223 ◦ blue 85

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

Shades of Conifer #B2DF55

Tints of Conifer #B2DF55

RGB

 RED value IS 178 (69.92% from 255) = 36.63%

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

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

R = 36.63%
G = 45.88%
B = 17.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#B2DF55 (or 0xB2DF55) is known color: Conifer. HEX triplet: B2, DF and 55. RGB value is (178,223,85). Sum of RGB (Red+Green+Blue) = 178+223+85=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF55 is #4D20AA. Grayscale: #C2C2C2. Windows color (decimal): -5054635 or 5627826. OLE color: 5627826.

HSL color Cylindrical-coordinate representation of color #B2DF55: hue angle of 79.57º 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 #B2DF55 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 85 -
CMYK 0.20 0 0.62 0.13
HSL 79.57º 0.68% 0.6% -
HSV(B) 79.57º 0.62% 0.87% -
XYZ 46.39 62.9 18.29 -
YUV 193.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 178 223 85 0.20 0 0.62 0.13 79.57 0.68 0.6
Hex B2 DF 55 14 0 3E D 50 44 3C
Octal 262 337 125 24 0 76 15 120 104 74
Binary 10110010 11011111 1010101 10100 0 111110 1101 1010000 1000100 111100

Color Harmonies of #B2DF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF55

Black with #B2DF55

Text Example


Text Example

White with #B2DF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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