#CFE770

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

Shades of Mindaro #CFE770

Tints of Mindaro #CFE770

Color information

#CFE770 (or 0xCFE770) is unknown color: approx Mindaro. HEX triplet: CF, E7 and 70. RGB value is (207,231,112). Sum of RGB (Red+Green+Blue) = 207+231+112=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE770 is #30188F. Grayscale: #D2D2D2. Windows color (decimal): -3152016 or 7399375. OLE color: 7399375.

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

Color convert

RGB207231112-
CMYK0.1000.520.09
HSL72.1º71.26%67.25%-
HSV(B)72.1º51.52%90.59%-
XYZ57.2371.5926.13-
YUV210.2672.55125.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=37.64%
G=42%
B=20.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311120.1000.520.0972.171.2667.25
HexCFE770A0349484743
Octal3173471601206411110107103
Binary11001111111001111110000101001101001001100100010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE770; }

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

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

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

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

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

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

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

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