#C7F85C

Color #C7F85C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #C7F85C

Tints of Mindaro #C7F85C

Color information

#C7F85C (or 0xC7F85C) is unknown color: approx Mindaro. HEX triplet: C7, F8 and 5C. RGB value is (199,248,92). Sum of RGB (Red+Green+Blue) = 199+248+92=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F85C is #3807A3. Grayscale: #D8D8D8. Windows color (decimal): -3671972 or 6092999. OLE color: 6092999.

HSL color Cylindrical-coordinate representation of color #C7F85C: hue angle of 78.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7F85C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB19924892-
CMYK0.2000.630.03
HSL78.85º91.76%66.67%-
HSV(B)78.85º62.9%97.25%-
XYZ59.0580.0522.46-
YUV215.5658.27116.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 248 (97.27% from 255) = 46.01%
BLUE value IS 92 (36.33% from 255) = 17.07%
R=36.92%
G=46.01%
B=17.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal199248920.2000.630.0378.8591.7666.67
HexC7F85C1403F34f5c43
Octal307370134240773117134103
Binary1100011111111000101110010100011111111100111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F85C; }

 p { color: rgb(199,248,92); }

 H1.HeaderClassName
 {
   color: #C7F85C;
 }
 .AnyTagClassName
 {
   color: #C7F85C;
 }
</style>
background-color css

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

 a { background-color: rgb(199,248,92); }

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

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

 span { border-color: rgb(199,248,92); }

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