Html Css Color HEX #B0F662 Conifer

📋 copy color: '#B0F662'

red 176 ◦ green 246 ◦ blue 98

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

Shades of Conifer #B0F662

Tints of Conifer #B0F662

RGB

 RED value IS 176 (69.14% from 255) = 33.85%

 GREEN value IS 246 (96.48% from 255) = 47.31%

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

R = 33.85%
G = 47.31%
B = 18.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#B0F662 (or 0xB0F662) is known color: Conifer. HEX triplet: B0, F6 and 62. RGB value is (176,246,98). Sum of RGB (Red+Green+Blue) = 176+246+98=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F662 is #4F099D. Grayscale: #D0D0D0. Windows color (decimal): -5179806 or 6485680. OLE color: 6485680.

HSL color Cylindrical-coordinate representation of color #B0F662: hue angle of 88.38º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F662 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 246 98 -
CMYK 0.28 0 0.60 0.04
HSL 88.38º 0.89% 0.67% -
HSV(B) 88.38º 0.6% 0.96% -
XYZ 53.06 76.02 23.43 -
YUV 208.2 65.81 105.03 -
System Red Green Blue C M Y K H S L
Decimal 176 246 98 0.28 0 0.60 0.04 88.38 0.89 0.67
Hex B0 F6 62 1C 0 3C 4 58 59 43
Octal 260 366 142 34 0 74 4 130 131 103
Binary 10110000 11110110 1100010 11100 0 111100 100 1011000 1011001 1000011

Color Harmonies of #B0F662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F662

Black with #B0F662

Text Example


Text Example

White with #B0F662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F662; }

 p { color: rgb(176,246,98); }

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

background-color css

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

 a { background-color: rgb(176,246,98); }

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

border-color css

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

 span { border-color: rgb(176,246,98); }

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