#C8F267

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

Shades of Mindaro #C8F267

Tints of Mindaro #C8F267

Color information

#C8F267 (or 0xC8F267) is unknown color: approx Mindaro. HEX triplet: C8, F2 and 67. RGB value is (200,242,103). Sum of RGB (Red+Green+Blue) = 200+242+103=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F267 is #370D98. Grayscale: #D6D6D6. Windows color (decimal): -3607961 or 6812360. OLE color: 6812360.

HSL color Cylindrical-coordinate representation of color #C8F267: hue angle of 78.13º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8F267 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB200242103-
CMYK0.1700.570.05
HSL78.13º84.24%67.65%-
HSV(B)78.13º57.44%94.9%-
XYZ58.0276.7624.59-
YUV213.665.59118.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 103 (40.62% from 255) = 18.90%
R=36.70%
G=44.40%
B=18.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002421030.1700.570.0578.1384.2467.65
HexC8F2671103954e5444
Octal310362147210715116124104
Binary11001000111100101100111100010111001101100111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F267; }

 p { color: rgb(200,242,103); }

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

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

 a { background-color: rgb(200,242,103); }

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

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

 span { border-color: rgb(200,242,103); }

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