Html Css Color HEX #B0F74F Conifer

📋 copy color: '#B0F74F'

red 176 ◦ green 247 ◦ blue 79

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

Shades of Conifer #B0F74F

Tints of Conifer #B0F74F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.2%

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 35.06%
G = 49.2%
B = 15.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#B0F74F (or 0xB0F74F) is known color: Conifer. HEX triplet: B0, F7 and 4F. RGB value is (176,247,79). Sum of RGB (Red+Green+Blue) = 176+247+79=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F74F is #4F08B0. Grayscale: #CFCFCF. Windows color (decimal): -5179569 or 5240752. OLE color: 5240752.

HSL color Cylindrical-coordinate representation of color #B0F74F: hue angle of 85.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0F74F is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 79 -
CMYK 0.29 0 0.68 0.03
HSL 85.36º 0.91% 0.64% -
HSV(B) 85.36º 0.68% 0.97% -
XYZ 52.58 76.32 19.36 -
YUV 206.62 55.98 106.16 -
System Red Green Blue C M Y K H S L
Decimal 176 247 79 0.29 0 0.68 0.03 85.36 0.91 0.64
Hex B0 F7 4F 1D 0 44 3 55 5B 40
Octal 260 367 117 35 0 104 3 125 133 100
Binary 10110000 11110111 1001111 11101 0 1000100 11 1010101 1011011 1000000

Color Harmonies of #B0F74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F74F

Black with #B0F74F

Text Example


Text Example

White with #B0F74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F74F; }

 p { color: rgb(176,247,79); }

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

background-color css

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

 a { background-color: rgb(176,247,79); }

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

border-color css

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

 span { border-color: rgb(176,247,79); }

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