Html Css Color HEX #B2F464 Conifer

📋 copy color: '#B2F464'

red 178 ◦ green 244 ◦ blue 100

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

Shades of Conifer #B2F464

Tints of Conifer #B2F464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.74%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 34.1%
G = 46.74%
B = 19.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#B2F464 (or 0xB2F464) is known color: Conifer. HEX triplet: B2, F4 and 64. RGB value is (178,244,100). Sum of RGB (Red+Green+Blue) = 178+244+100=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F464 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F464 is #4D0B9B. Grayscale: #D0D0D0. Windows color (decimal): -5049244 or 6616242. OLE color: 6616242.

HSL color Cylindrical-coordinate representation of color #B2F464: hue angle of 87.5º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2F464 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 244 100 -
CMYK 0.27 0 0.59 0.04
HSL 87.5º 0.87% 0.67% -
HSV(B) 87.5º 0.59% 0.96% -
XYZ 53.01 75.09 23.76 -
YUV 207.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 178 244 100 0.27 0 0.59 0.04 87.5 0.87 0.67
Hex B2 F4 64 1B 0 3B 4 57 57 43
Octal 262 364 144 33 0 73 4 127 127 103
Binary 10110010 11110100 1100100 11011 0 111011 100 1010111 1010111 1000011

Color Harmonies of #B2F464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F464

Black with #B2F464

Text Example


Text Example

White with #B2F464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F464; }

 p { color: rgb(178,244,100); }

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

background-color css

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

 a { background-color: rgb(178,244,100); }

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

border-color css

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

 span { border-color: rgb(178,244,100); }

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