Html Css Color HEX #B2DE3C Conifer

📋 copy color: '#B2DE3C'

red 178 ◦ green 222 ◦ blue 60

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

Shades of Conifer #B2DE3C

Tints of Conifer #B2DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 60 (23.83% from 255) = 13.04%

R = 38.7%
G = 48.26%
B = 13.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B2DE3C (or 0xB2DE3C) is known color: Conifer. HEX triplet: B2, DE and 3C. RGB value is (178,222,60). Sum of RGB (Red+Green+Blue) = 178+222+60=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE3C is #4D21C3. Grayscale: #BEBEBE. Windows color (decimal): -5054916 or 3989170. OLE color: 3989170.

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

Color convert

RGB 178 222 60 -
CMYK 0.20 0 0.73 0.13
HSL 76.3º 0.71% 0.55% -
HSV(B) 76.3º 0.73% 0.87% -
XYZ 45.3 62.03 13.86 -
YUV 190.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 178 222 60 0.20 0 0.73 0.13 76.3 0.71 0.55
Hex B2 DE 3C 14 0 49 D 4C 47 37
Octal 262 336 74 24 0 111 15 114 107 67
Binary 10110010 11011110 111100 10100 0 1001001 1101 1001100 1000111 110111

Color Harmonies of #B2DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE3C

Black with #B2DE3C

Text Example


Text Example

White with #B2DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE3C; }

 p { color: rgb(178,222,60); }

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

background-color css

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

 a { background-color: rgb(178,222,60); }

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

border-color css

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

 span { border-color: rgb(178,222,60); }

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