Html Css Color HEX #B2DE3D Conifer

📋 copy color: '#B2DE3D'

red 178 ◦ green 222 ◦ blue 61

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

Shades of Conifer #B2DE3D

Tints of Conifer #B2DE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 38.61%
G = 48.16%
B = 13.23%

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

#B2DE3D (or 0xB2DE3D) is known color: Conifer. HEX triplet: B2, DE and 3D. RGB value is (178,222,61). Sum of RGB (Red+Green+Blue) = 178+222+61=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE3D is #4D21C2. Grayscale: #BFBFBF. Windows color (decimal): -5054915 or 4054706. OLE color: 4054706.

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

Color convert

RGB 178 222 61 -
CMYK 0.20 0 0.73 0.13
HSL 76.4º 0.71% 0.55% -
HSV(B) 76.4º 0.73% 0.87% -
XYZ 45.32 62.04 14 -
YUV 190.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 178 222 61 0.20 0 0.73 0.13 76.4 0.71 0.55
Hex B2 DE 3D 14 0 49 D 4C 47 37
Octal 262 336 75 24 0 111 15 114 107 67
Binary 10110010 11011110 111101 10100 0 1001001 1101 1001100 1000111 110111

Color Harmonies of #B2DE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE3D

Black with #B2DE3D

Text Example


Text Example

White with #B2DE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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