#CDFF69

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

Shades of Mindaro #CDFF69

Tints of Mindaro #CDFF69

Color information

#CDFF69 (or 0xCDFF69) is unknown color: approx Mindaro. HEX triplet: CD, FF and 69. RGB value is (205,255,105). Sum of RGB (Red+Green+Blue) = 205+255+105=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF69 is #320096. Grayscale: #DFDFDF. Windows color (decimal): -3276951 or 6946765. OLE color: 6946765.

HSL color Cylindrical-coordinate representation of color #CDFF69: hue angle of 80º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDFF69 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB205255105-
CMYK0.2000.590
HSL80º100%70.59%-
HSV(B)80º58.82%100%-
XYZ63.4985.5226.53-
YUV222.9561.44115.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 105 (41.41% from 255) = 18.58%
R=36.28%
G=45.13%
B=18.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551050.2000.5908010070.59
HexCDFF691403B0506447
Octal315377151240730120144107
Binary110011011111111111010011010001110110101000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFF69; }

 p { color: rgb(205,255,105); }

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

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

 a { background-color: rgb(205,255,105); }

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

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

 span { border-color: rgb(205,255,105); }

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