Html Css Color HEX #B2D047 Conifer

📋 copy color: '#B2D047'

red 178 ◦ green 208 ◦ blue 71

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

Shades of Conifer #B2D047

Tints of Conifer #B2D047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

 BLUE value IS 71 (28.13% from 255) = 15.54%

R = 38.95%
G = 45.51%
B = 15.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#B2D047 (or 0xB2D047) is known color: Conifer. HEX triplet: B2, D0 and 47. RGB value is (178,208,71). Sum of RGB (Red+Green+Blue) = 178+208+71=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D047 is #4D2FB8. Grayscale: #B7B7B7. Windows color (decimal): -5058489 or 4706482. OLE color: 4706482.

HSL color Cylindrical-coordinate representation of color #B2D047: hue angle of 73.14º degrees, saturation: 0.59, 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 #B2D047 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 71 -
CMYK 0.14 0 0.66 0.18
HSL 73.14º 0.59% 0.55% -
HSV(B) 73.14º 0.66% 0.82% -
XYZ 42.05 55.03 14.37 -
YUV 183.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 178 208 71 0.14 0 0.66 0.18 73.14 0.59 0.55
Hex B2 D0 47 E 0 42 12 49 3B 37
Octal 262 320 107 16 0 102 22 111 73 67
Binary 10110010 11010000 1000111 1110 0 1000010 10010 1001001 111011 110111

Color Harmonies of #B2D047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D047

Black with #B2D047

Text Example


Text Example

White with #B2D047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D047; }

 p { color: rgb(178,208,71); }

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

background-color css

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

 a { background-color: rgb(178,208,71); }

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

border-color css

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

 span { border-color: rgb(178,208,71); }

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