Html Css Color HEX #B2F262 Conifer

📋 copy color: '#B2F262'

red 178 ◦ green 242 ◦ blue 98

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

Shades of Conifer #B2F262

Tints of Conifer #B2F262

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.72%

 BLUE value IS 98 (38.67% from 255) = 18.92%

R = 34.36%
G = 46.72%
B = 18.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#B2F262 (or 0xB2F262) is known color: Conifer. HEX triplet: B2, F2 and 62. RGB value is (178,242,98). Sum of RGB (Red+Green+Blue) = 178+242+98=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F262 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F262 is #4D0D9D. Grayscale: #CECECE. Windows color (decimal): -5049758 or 6484658. OLE color: 6484658.

HSL color Cylindrical-coordinate representation of color #B2F262: hue angle of 86.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2F262 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 98 -
CMYK 0.26 0 0.60 0.05
HSL 86.67º 0.85% 0.67% -
HSV(B) 86.67º 0.6% 0.95% -
XYZ 52.32 73.85 23.05 -
YUV 206.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 178 242 98 0.26 0 0.60 0.05 86.67 0.85 0.67
Hex B2 F2 62 1A 0 3C 5 57 55 43
Octal 262 362 142 32 0 74 5 127 125 103
Binary 10110010 11110010 1100010 11010 0 111100 101 1010111 1010101 1000011

Color Harmonies of #B2F262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F262

Black with #B2F262

Text Example


Text Example

White with #B2F262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F262; }

 p { color: rgb(178,242,98); }

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

background-color css

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

 a { background-color: rgb(178,242,98); }

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

border-color css

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

 span { border-color: rgb(178,242,98); }

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