Html Css Color HEX #B2DF64 Conifer

📋 copy color: '#B2DF64'

red 178 ◦ green 223 ◦ blue 100

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

Shades of Conifer #B2DF64

Tints of Conifer #B2DF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 35.53%
G = 44.51%
B = 19.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#B2DF64 (or 0xB2DF64) is known color: Conifer. HEX triplet: B2, DF and 64. RGB value is (178,223,100). Sum of RGB (Red+Green+Blue) = 178+223+100=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF64 is #4D209B. Grayscale: #C3C3C3. Windows color (decimal): -5054620 or 6610866. OLE color: 6610866.

HSL color Cylindrical-coordinate representation of color #B2DF64: hue angle of 81.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2DF64 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 100 -
CMYK 0.20 0 0.55 0.13
HSL 81.95º 0.66% 0.63% -
HSV(B) 81.95º 0.55% 0.87% -
XYZ 47.05 63.16 21.77 -
YUV 195.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 178 223 100 0.20 0 0.55 0.13 81.95 0.66 0.63
Hex B2 DF 64 14 0 37 D 52 42 3F
Octal 262 337 144 24 0 67 15 122 102 77
Binary 10110010 11011111 1100100 10100 0 110111 1101 1010010 1000010 111111

Color Harmonies of #B2DF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF64

Black with #B2DF64

Text Example


Text Example

White with #B2DF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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