Html Css Color HEX #B2DB64 Conifer

📋 copy color: '#B2DB64'

red 178 ◦ green 219 ◦ blue 100

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

Shades of Conifer #B2DB64

Tints of Conifer #B2DB64

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

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

R = 35.81%
G = 44.06%
B = 20.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#B2DB64 (or 0xB2DB64) is known color: Conifer. HEX triplet: B2, DB and 64. RGB value is (178,219,100). Sum of RGB (Red+Green+Blue) = 178+219+100=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB64 is #4D249B. Grayscale: #C1C1C1. Windows color (decimal): -5055644 or 6609842. OLE color: 6609842.

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

Color convert

RGB 178 219 100 -
CMYK 0.19 0 0.54 0.14
HSL 80.67º 0.62% 0.63% -
HSV(B) 80.67º 0.54% 0.86% -
XYZ 45.99 61.05 21.42 -
YUV 193.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 178 219 100 0.19 0 0.54 0.14 80.67 0.62 0.63
Hex B2 DB 64 13 0 36 E 51 3E 3F
Octal 262 333 144 23 0 66 16 121 76 77
Binary 10110010 11011011 1100100 10011 0 110110 1110 1010001 111110 111111

Color Harmonies of #B2DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB64

Black with #B2DB64

Text Example


Text Example

White with #B2DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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