Html Css Color HEX #B0F462 Conifer

📋 copy color: '#B0F462'

red 176 ◦ green 244 ◦ blue 98

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

Shades of Conifer #B0F462

Tints of Conifer #B0F462

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.1%

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

R = 33.98%
G = 47.1%
B = 18.92%

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

#B0F462 (or 0xB0F462) is known color: Conifer. HEX triplet: B0, F4 and 62. RGB value is (176,244,98). Sum of RGB (Red+Green+Blue) = 176+244+98=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F462 is #4F0B9D. Grayscale: #CFCFCF. Windows color (decimal): -5180318 or 6485168. OLE color: 6485168.

HSL color Cylindrical-coordinate representation of color #B0F462: hue angle of 87.95º degrees, saturation: 0.87, 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 #B0F462 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 98 -
CMYK 0.28 0 0.60 0.04
HSL 87.95º 0.87% 0.67% -
HSV(B) 87.95º 0.6% 0.96% -
XYZ 52.46 74.81 23.23 -
YUV 207.02 66.47 105.87 -
System Red Green Blue C M Y K H S L
Decimal 176 244 98 0.28 0 0.60 0.04 87.95 0.87 0.67
Hex B0 F4 62 1C 0 3C 4 58 57 43
Octal 260 364 142 34 0 74 4 130 127 103
Binary 10110000 11110100 1100010 11100 0 111100 100 1011000 1010111 1000011

Color Harmonies of #B0F462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F462

Black with #B0F462

Text Example


Text Example

White with #B0F462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F462; }

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

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

background-color css

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

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

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

border-color css

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

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

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