Html Css Color HEX #B2D442 Conifer

📋 copy color: '#B2D442'

red 178 ◦ green 212 ◦ blue 66

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

Shades of Conifer #B2D442

Tints of Conifer #B2D442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.49%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 39.04%
G = 46.49%
B = 14.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#B2D442 (or 0xB2D442) is known color: Conifer. HEX triplet: B2, D4 and 42. RGB value is (178,212,66). Sum of RGB (Red+Green+Blue) = 178+212+66=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D442 is #4D2BBD. Grayscale: #B9B9B9. Windows color (decimal): -5057470 or 4379826. OLE color: 4379826.

HSL color Cylindrical-coordinate representation of color #B2D442: hue angle of 73.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D442 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 66 -
CMYK 0.16 0 0.69 0.17
HSL 73.97º 0.63% 0.55% -
HSV(B) 73.97º 0.69% 0.83% -
XYZ 42.89 56.95 13.89 -
YUV 185.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 178 212 66 0.16 0 0.69 0.17 73.97 0.63 0.55
Hex B2 D4 42 10 0 45 11 4A 3F 37
Octal 262 324 102 20 0 105 21 112 77 67
Binary 10110010 11010100 1000010 10000 0 1000101 10001 1001010 111111 110111

Color Harmonies of #B2D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D442

Black with #B2D442

Text Example


Text Example

White with #B2D442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D442; }

 p { color: rgb(178,212,66); }

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

background-color css

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

 a { background-color: rgb(178,212,66); }

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

border-color css

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

 span { border-color: rgb(178,212,66); }

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