Html Css Color HEX #B2D248 Conifer

📋 copy color: '#B2D248'

red 178 ◦ green 210 ◦ blue 72

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

Shades of Conifer #B2D248

Tints of Conifer #B2D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

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

R = 38.7%
G = 45.65%
B = 15.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#B2D248 (or 0xB2D248) is known color: Conifer. HEX triplet: B2, D2 and 48. RGB value is (178,210,72). Sum of RGB (Red+Green+Blue) = 178+210+72=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D248 is #4D2DB7. Grayscale: #B9B9B9. Windows color (decimal): -5057976 or 4772530. OLE color: 4772530.

HSL color Cylindrical-coordinate representation of color #B2D248: hue angle of 73.91º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2D248 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 72 -
CMYK 0.15 0 0.66 0.18
HSL 73.91º 0.61% 0.55% -
HSV(B) 73.91º 0.66% 0.82% -
XYZ 42.58 56.03 14.7 -
YUV 184.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 178 210 72 0.15 0 0.66 0.18 73.91 0.61 0.55
Hex B2 D2 48 F 0 42 12 4A 3D 37
Octal 262 322 110 17 0 102 22 112 75 67
Binary 10110010 11010010 1001000 1111 0 1000010 10010 1001010 111101 110111

Color Harmonies of #B2D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D248

Black with #B2D248

Text Example


Text Example

White with #B2D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D248; }

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

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

background-color css

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

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

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

border-color css

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

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

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