Html Css Color HEX #B0FA62 Conifer

📋 copy color: '#B0FA62'

red 176 ◦ green 250 ◦ blue 98

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

Shades of Conifer #B0FA62

Tints of Conifer #B0FA62

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.71%

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

R = 33.59%
G = 47.71%
B = 18.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#B0FA62 (or 0xB0FA62) is known color: Conifer. HEX triplet: B0, FA and 62. RGB value is (176,250,98). Sum of RGB (Red+Green+Blue) = 176+250+98=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA62 is #4F059D. Grayscale: #D3D3D3. Windows color (decimal): -5178782 or 6486704. OLE color: 6486704.

HSL color Cylindrical-coordinate representation of color #B0FA62: hue angle of 89.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0FA62 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 98 -
CMYK 0.30 0 0.61 0.02
HSL 89.21º 0.94% 0.68% -
HSV(B) 89.21º 0.61% 0.98% -
XYZ 54.29 78.48 23.84 -
YUV 210.55 64.48 103.36 -
System Red Green Blue C M Y K H S L
Decimal 176 250 98 0.30 0 0.61 0.02 89.21 0.94 0.68
Hex B0 FA 62 1E 0 3D 2 59 5E 44
Octal 260 372 142 36 0 75 2 131 136 104
Binary 10110000 11111010 1100010 11110 0 111101 10 1011001 1011110 1000100

Color Harmonies of #B0FA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA62

Black with #B0FA62

Text Example


Text Example

White with #B0FA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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