Html Css Color HEX #B2F267 Conifer

📋 copy color: '#B2F267'

red 178 ◦ green 242 ◦ blue 103

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

Shades of Conifer #B2F267

Tints of Conifer #B2F267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.69%

R = 34.03%
G = 46.27%
B = 19.69%

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

#B2F267 (or 0xB2F267) is known color: Conifer. HEX triplet: B2, F2 and 67. RGB value is (178,242,103). Sum of RGB (Red+Green+Blue) = 178+242+103=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F267 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F267 is #4D0D98. Grayscale: #CFCFCF. Windows color (decimal): -5049753 or 6812338. OLE color: 6812338.

HSL color Cylindrical-coordinate representation of color #B2F267: hue angle of 87.63º 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 #B2F267 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 103 -
CMYK 0.26 0 0.57 0.05
HSL 87.63º 0.84% 0.68% -
HSV(B) 87.63º 0.57% 0.95% -
XYZ 52.56 73.95 24.34 -
YUV 207.02 69.3 107.3 -
System Red Green Blue C M Y K H S L
Decimal 178 242 103 0.26 0 0.57 0.05 87.63 0.84 0.68
Hex B2 F2 67 1A 0 39 5 58 54 44
Octal 262 362 147 32 0 71 5 130 124 104
Binary 10110010 11110010 1100111 11010 0 111001 101 1011000 1010100 1000100

Color Harmonies of #B2F267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F267

Black with #B2F267

Text Example


Text Example

White with #B2F267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F267; }

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

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

background-color css

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

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

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

border-color css

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

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

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