Html Css Color HEX #CDE466 Mindaro

📋 copy color: '#CDE466'

red 205 ◦ green 228 ◦ blue 102

#CDE466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CDE466

Tints of Mindaro #CDE466

RGB

 RED value IS 205 (80.47% from 255) = 38.32%

 GREEN value IS 228 (89.45% from 255) = 42.62%

 BLUE value IS 102 (40.23% from 255) = 19.07%

R = 38.32%
G = 42.62%
B = 19.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CDE466 (or 0xCDE466) is known color: Mindaro. HEX triplet: CD, E4 and 66. RGB value is (205,228,102). Sum of RGB (Red+Green+Blue) = 205+228+102=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE466 is #321B99. Grayscale: #CFCFCF. Windows color (decimal): -3283866 or 6743245. OLE color: 6743245.

HSL color Cylindrical-coordinate representation of color #CDE466: hue angle of 70.95º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE466 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 102 -
CMYK 0.10 0 0.55 0.11
HSL 70.95º 0.7% 0.65% -
HSV(B) 70.95º 0.55% 0.89% -
XYZ 55.32 69.43 23.06 -
YUV 206.76 68.88 126.75 -
System Red Green Blue C M Y K H S L
Decimal 205 228 102 0.10 0 0.55 0.11 70.95 0.7 0.65
Hex CD E4 66 A 0 37 B 47 46 41
Octal 315 344 146 12 0 67 13 107 106 101
Binary 11001101 11100100 1100110 1010 0 110111 1011 1000111 1000110 1000001

Color Harmonies of #CDE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE466

Black with #CDE466

Text Example


Text Example

White with #CDE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE466; }

 p { color: rgb(205,228,102); }

 H1.HeaderClassName
 {
   color: #CDE466;
 }
 .AnyTagClassName
 {
   color: #CDE466;
 }
</style>

background-color css

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

 a { background-color: rgb(205,228,102); }

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

border-color css

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

 span { border-color: rgb(205,228,102); }

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