Html Css Color HEX #B2DD45 Conifer

📋 copy color: '#B2DD45'

red 178 ◦ green 221 ◦ blue 69

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

Shades of Conifer #B2DD45

Tints of Conifer #B2DD45

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.22%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 38.03%
G = 47.22%
B = 14.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#B2DD45 (or 0xB2DD45) is known color: Conifer. HEX triplet: B2, DD and 45. RGB value is (178,221,69). Sum of RGB (Red+Green+Blue) = 178+221+69=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD45 is #4D22BA. Grayscale: #BFBFBF. Windows color (decimal): -5055163 or 4578738. OLE color: 4578738.

HSL color Cylindrical-coordinate representation of color #B2DD45: hue angle of 76.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2DD45 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 69 -
CMYK 0.19 0 0.69 0.13
HSL 76.97º 0.69% 0.57% -
HSV(B) 76.97º 0.69% 0.87% -
XYZ 45.29 61.61 15.13 -
YUV 190.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 178 221 69 0.19 0 0.69 0.13 76.97 0.69 0.57
Hex B2 DD 45 13 0 45 D 4D 45 39
Octal 262 335 105 23 0 105 15 115 105 71
Binary 10110010 11011101 1000101 10011 0 1000101 1101 1001101 1000101 111001

Color Harmonies of #B2DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD45

Black with #B2DD45

Text Example


Text Example

White with #B2DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD45; }

 p { color: rgb(178,221,69); }

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

background-color css

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

 a { background-color: rgb(178,221,69); }

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

border-color css

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

 span { border-color: rgb(178,221,69); }

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