#CFE068

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

Shades of Mindaro #CFE068

Tints of Mindaro #CFE068

Color information

#CFE068 (or 0xCFE068) is unknown color: approx Mindaro. HEX triplet: CF, E0 and 68. RGB value is (207,224,104). Sum of RGB (Red+Green+Blue) = 207+224+104=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE068 is #301F97. Grayscale: #CDCDCD. Windows color (decimal): -3153816 or 6873295. OLE color: 6873295.

HSL color Cylindrical-coordinate representation of color #CFE068: hue angle of 68.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE068 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB207224104-
CMYK0.0800.540.12
HSL68.5º65.93%64.31%-
HSV(B)68.5º53.57%87.84%-
XYZ54.8967.5823.25-
YUV205.2470.87129.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 104 (41.02% from 255) = 19.44%
R=38.69%
G=41.87%
B=19.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072241040.0800.540.1268.565.9364.31
HexCFE0688036C444240
Octal3173401501006614104102100
Binary11001111111000001101000100001101101100100010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE068; }

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

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

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

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

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

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

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

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