Html Css Color HEX #B2DD48 Conifer

📋 copy color: '#B2DD48'

red 178 ◦ green 221 ◦ blue 72

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

Shades of Conifer #B2DD48

Tints of Conifer #B2DD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.29%

R = 37.79%
G = 46.92%
B = 15.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#B2DD48 (or 0xB2DD48) is known color: Conifer. HEX triplet: B2, DD and 48. RGB value is (178,221,72). Sum of RGB (Red+Green+Blue) = 178+221+72=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD48 is #4D22B7. Grayscale: #BFBFBF. Windows color (decimal): -5055160 or 4775346. OLE color: 4775346.

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

Color convert

RGB 178 221 72 -
CMYK 0.19 0 0.67 0.13
HSL 77.32º 0.69% 0.57% -
HSV(B) 77.32º 0.67% 0.87% -
XYZ 45.39 61.65 15.64 -
YUV 191.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 178 221 72 0.19 0 0.67 0.13 77.32 0.69 0.57
Hex B2 DD 48 13 0 43 D 4D 45 39
Octal 262 335 110 23 0 103 15 115 105 71
Binary 10110010 11011101 1001000 10011 0 1000011 1101 1001101 1000101 111001

Color Harmonies of #B2DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD48

Black with #B2DD48

Text Example


Text Example

White with #B2DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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