Html Css Color HEX #94F560 Conifer

📋 copy color: '#94F560'

red 148 ◦ green 245 ◦ blue 96

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

Shades of Conifer #94F560

Tints of Conifer #94F560

RGB

 RED value IS 148 (58.2% from 255) = 30.27%

 GREEN value IS 245 (96.09% from 255) = 50.1%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 30.27%
G = 50.1%
B = 19.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#94F560 (or 0x94F560) is known color: Conifer. HEX triplet: 94, F5 and 60. RGB value is (148,245,96). Sum of RGB (Red+Green+Blue) = 148+245+96=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #94F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F560 is #6B0A9F. Grayscale: #C7C7C7. Windows color (decimal): -7015072 or 6354324. OLE color: 6354324.

HSL color Cylindrical-coordinate representation of color #94F560: hue angle of 99.06º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94F560 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 245 96 -
CMYK 0.40 0 0.61 0.04
HSL 99.06º 0.88% 0.67% -
HSV(B) 99.06º 0.61% 0.96% -
XYZ 46.98 72.45 22.57 -
YUV 199.01 69.86 91.62 -
System Red Green Blue C M Y K H S L
Decimal 148 245 96 0.40 0 0.61 0.04 99.06 0.88 0.67
Hex 94 F5 60 28 0 3D 4 63 58 43
Octal 224 365 140 50 0 75 4 143 130 103
Binary 10010100 11110101 1100000 101000 0 111101 100 1100011 1011000 1000011

Color Harmonies of #94F560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F560

Black with #94F560

Text Example


Text Example

White with #94F560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F560; }

 p { color: rgb(148,245,96); }

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

background-color css

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

 a { background-color: rgb(148,245,96); }

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

border-color css

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

 span { border-color: rgb(148,245,96); }

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