Html Css Color HEX #B2F268 Conifer

📋 copy color: '#B2F268'

red 178 ◦ green 242 ◦ blue 104

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

Shades of Conifer #B2F268

Tints of Conifer #B2F268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.85%

R = 33.97%
G = 46.18%
B = 19.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#B2F268 (or 0xB2F268) is known color: Conifer. HEX triplet: B2, F2 and 68. RGB value is (178,242,104). Sum of RGB (Red+Green+Blue) = 178+242+104=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F268 is #4D0D97. Grayscale: #CFCFCF. Windows color (decimal): -5049752 or 6877874. OLE color: 6877874.

HSL color Cylindrical-coordinate representation of color #B2F268: hue angle of 87.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F268 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 104 -
CMYK 0.26 0 0.57 0.05
HSL 87.83º 0.84% 0.68% -
HSV(B) 87.83º 0.57% 0.95% -
XYZ 52.61 73.97 24.6 -
YUV 207.13 69.8 107.22 -
System Red Green Blue C M Y K H S L
Decimal 178 242 104 0.26 0 0.57 0.05 87.83 0.84 0.68
Hex B2 F2 68 1A 0 39 5 58 54 44
Octal 262 362 150 32 0 71 5 130 124 104
Binary 10110010 11110010 1101000 11010 0 111001 101 1011000 1010100 1000100

Color Harmonies of #B2F268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F268

Black with #B2F268

Text Example


Text Example

White with #B2F268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F268; }

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

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

background-color css

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

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

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

border-color css

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

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

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