#CFE755

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

Shades of Mindaro #CFE755

Tints of Mindaro #CFE755

Color information

#CFE755 (or 0xCFE755) is unknown color: approx Mindaro. HEX triplet: CF, E7 and 55. RGB value is (207,231,85). Sum of RGB (Red+Green+Blue) = 207+231+85=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE755 is #3018AA. Grayscale: #CFCFCF. Windows color (decimal): -3152043 or 5629903. OLE color: 5629903.

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

Color convert

RGB20723185-
CMYK0.1000.630.09
HSL69.86º75.26%61.96%-
HSV(B)69.86º63.2%90.59%-
XYZ55.9571.0719.36-
YUV207.1859.05127.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 85 (33.59% from 255) = 16.25%
R=39.58%
G=44.17%
B=16.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207231850.1000.630.0969.8675.2661.96
HexCFE755A03F9464b3e
Octal317347125120771110611376
Binary1100111111100111101010110100111111100110001101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE755; }

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

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

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

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

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

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

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

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