Html Css Color HEX #B2FE52 Conifer

📋 copy color: '#B2FE52'

red 178 ◦ green 254 ◦ blue 82

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

Shades of Conifer #B2FE52

Tints of Conifer #B2FE52

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.42%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 34.63%
G = 49.42%
B = 15.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#B2FE52 (or 0xB2FE52) is known color: Conifer. HEX triplet: B2, FE and 52. RGB value is (178,254,82). Sum of RGB (Red+Green+Blue) = 178+254+82=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE52 is #4D01AD. Grayscale: #D4D4D4. Windows color (decimal): -5046702 or 5439154. OLE color: 5439154.

HSL color Cylindrical-coordinate representation of color #B2FE52: hue angle of 86.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2FE52 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 82 -
CMYK 0.30 0 0.68 0.00
HSL 86.51º 0.99% 0.66% -
HSV(B) 86.51º 0.68% 1% -
XYZ 55.32 80.96 20.69 -
YUV 211.67 54.82 103.99 -
System Red Green Blue C M Y K H S L
Decimal 178 254 82 0.30 0 0.68 0.00 86.51 0.99 0.66
Hex B2 FE 52 1E 0 44 0 57 63 42
Octal 262 376 122 36 0 104 0 127 143 102
Binary 10110010 11111110 1010010 11110 0 1000100 0 1010111 1100011 1000010

Color Harmonies of #B2FE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FE52

Black with #B2FE52

Text Example


Text Example

White with #B2FE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FE52; }

 p { color: rgb(178,254,82); }

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

background-color css

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

 a { background-color: rgb(178,254,82); }

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

border-color css

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

 span { border-color: rgb(178,254,82); }

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