Html Css Color HEX #B2DB42 Conifer

📋 copy color: '#B2DB42'

red 178 ◦ green 219 ◦ blue 66

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

Shades of Conifer #B2DB42

Tints of Conifer #B2DB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 38.44%
G = 47.3%
B = 14.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#B2DB42 (or 0xB2DB42) is known color: Conifer. HEX triplet: B2, DB and 42. RGB value is (178,219,66). Sum of RGB (Red+Green+Blue) = 178+219+66=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB42 is #4D24BD. Grayscale: #BDBDBD. Windows color (decimal): -5055678 or 4381618. OLE color: 4381618.

HSL color Cylindrical-coordinate representation of color #B2DB42: hue angle of 76.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2DB42 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 66 -
CMYK 0.19 0 0.70 0.14
HSL 76.08º 0.68% 0.56% -
HSV(B) 76.08º 0.7% 0.86% -
XYZ 44.67 60.52 14.48 -
YUV 189.3 58.42 119.94 -
System Red Green Blue C M Y K H S L
Decimal 178 219 66 0.19 0 0.70 0.14 76.08 0.68 0.56
Hex B2 DB 42 13 0 46 E 4C 44 38
Octal 262 333 102 23 0 106 16 114 104 70
Binary 10110010 11011011 1000010 10011 0 1000110 1110 1001100 1000100 111000

Color Harmonies of #B2DB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB42

Black with #B2DB42

Text Example


Text Example

White with #B2DB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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