#CFE673

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

Shades of Mindaro #CFE673

Tints of Mindaro #CFE673

Color information

#CFE673 (or 0xCFE673) is unknown color: approx Mindaro. HEX triplet: CF, E6 and 73. RGB value is (207,230,115). Sum of RGB (Red+Green+Blue) = 207+230+115=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE673 is #30198C. Grayscale: #D2D2D2. Windows color (decimal): -3152269 or 7595727. OLE color: 7595727.

HSL color Cylindrical-coordinate representation of color #CFE673: hue angle of 72º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE673 is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB207230115-
CMYK0.1000.50.10
HSL72º69.7%67.65%-
HSV(B)72º50%90.2%-
XYZ57.1271.126.93-
YUV210.0174.38125.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 230 (90.23% from 255) = 41.67%
BLUE value IS 115 (45.31% from 255) = 20.83%
R=37.5%
G=41.67%
B=20.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301150.1000.50.107269.767.65
HexCFE673A032A484644
Octal3173461631206212110106104
Binary11001111111001101110011101001100101010100100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE673; }

 p { color: rgb(207,230,115); }

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

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

 a { background-color: rgb(207,230,115); }

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

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

 span { border-color: rgb(207,230,115); }

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