Shades of Conifer #94F35C
Tints of Conifer #94F35C
RGB
CMYK
RGB Variations
Color information
#94F35C (or 0x94F35C) is known color: Conifer. HEX triplet: 94, F3 and 5C. RGB value is (148,243,92). Sum of RGB (Red+Green+Blue) = 148+243+92=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #94F35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F35C is #6B0CA3. Grayscale: #C5C5C5. Windows color (decimal): -7015588 or 6091668. OLE color: 6091668.
HSL color Cylindrical-coordinate representation of color #94F35C: hue angle of 97.75º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94F35C is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 92 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.05 |
| HSL | 97.75º | 0.86% | 0.66% | - |
| HSV(B) | 97.75º | 0.62% | 0.95% | - |
| XYZ | 46.2 | 71.17 | 21.43 | - |
| YUV | 197.38 | 68.53 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 92 | 0.39 | 0 | 0.62 | 0.05 | 97.75 | 0.86 | 0.66 |
| Hex | 94 | F3 | 5C | 27 | 0 | 3E | 5 | 62 | 56 | 42 |
| Octal | 224 | 363 | 134 | 47 | 0 | 76 | 5 | 142 | 126 | 102 |
| Binary | 10010100 | 11110011 | 1011100 | 100111 | 0 | 111110 | 101 | 1100010 | 1010110 | 1000010 |
Color Harmonies of #94F35C
Complementary color
Monochromatic Colors of #94F35C
Black with #94F35C
Text Example
Text Example
White with #94F35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F35C; }
p { color: rgb(148,243,92); }
H1.HeaderClassName
{
color: #94F35C;
}
.AnyTagClassName
{
color: #94F35C;
}
</style>
background-color css
<style>
a { background-color: #94F35C; }
a { background-color: rgb(148,243,92); }
div.DivClassName
{
background-color: #94F35C;
}
.BgClassName
{
background-color: #94F35C;
}
</style>
border-color css
<style>
span { border-color: #94F35C; }
span { border-color: rgb(148,243,92); }
td.TdClassName
{
border-color: #94F35C;
}
.TagClassName
{
border-color: #94F35C;
}
</style>