#CFE768

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

Shades of Mindaro #CFE768

Tints of Mindaro #CFE768

Color information

#CFE768 (or 0xCFE768) is unknown color: approx Mindaro. HEX triplet: CF, E7 and 68. RGB value is (207,231,104). Sum of RGB (Red+Green+Blue) = 207+231+104=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE768 is #301897. Grayscale: #D1D1D1. Windows color (decimal): -3152024 or 6875087. OLE color: 6875087.

HSL color Cylindrical-coordinate representation of color #CFE768: hue angle of 71.34º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE768 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB207231104-
CMYK0.1000.550.09
HSL71.34º72.57%65.69%-
HSV(B)71.34º54.98%90.59%-
XYZ56.8171.4223.89-
YUV209.3568.55126.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=38.19%
G=42.62%
B=19.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311040.1000.550.0971.3472.5765.69
HexCFE768A0379474942
Octal3173471501206711107111102
Binary11001111111001111101000101001101111001100011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE768; }

 p { color: rgb(207,231,104); }

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

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

 a { background-color: rgb(207,231,104); }

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

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

 span { border-color: rgb(207,231,104); }

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