#CFEB69

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

Shades of Mindaro #CFEB69

Tints of Mindaro #CFEB69

Color information

#CFEB69 (or 0xCFEB69) is unknown color: approx Mindaro. HEX triplet: CF, EB and 69. RGB value is (207,235,105). Sum of RGB (Red+Green+Blue) = 207+235+105=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEB69 is #301496. Grayscale: #D4D4D4. Windows color (decimal): -3150999 or 6941647. OLE color: 6941647.

HSL color Cylindrical-coordinate representation of color #CFEB69: hue angle of 72.92º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFEB69 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB207235105-
CMYK0.1200.550.08
HSL72.92º76.47%66.67%-
HSV(B)72.92º55.32%92.16%-
XYZ57.9973.724.53-
YUV211.8167.72124.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=37.84%
G=42.96%
B=19.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351050.1200.550.0872.9276.4766.67
HexCFEB69C0378494c43
Octal3173531511406710111114103
Binary11001111111010111101001110001101111000100100110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB69; }

 p { color: rgb(207,235,105); }

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

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

 a { background-color: rgb(207,235,105); }

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

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

 span { border-color: rgb(207,235,105); }

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