Html Css Color HEX #CDE866 Mindaro

📋 copy color: '#CDE866'

red 205 ◦ green 232 ◦ blue 102

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

Shades of Mindaro #CDE866

Tints of Mindaro #CDE866

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.04%

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

R = 38.03%
G = 43.04%
B = 18.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#CDE866 (or 0xCDE866) is known color: Mindaro. HEX triplet: CD, E8 and 66. RGB value is (205,232,102). Sum of RGB (Red+Green+Blue) = 205+232+102=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE866 is #321799. Grayscale: #D1D1D1. Windows color (decimal): -3282842 or 6744269. OLE color: 6744269.

HSL color Cylindrical-coordinate representation of color #CDE866: hue angle of 72.46º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE866 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 102 -
CMYK 0.12 0 0.56 0.09
HSL 72.46º 0.74% 0.65% -
HSV(B) 72.46º 0.56% 0.91% -
XYZ 56.43 71.65 23.43 -
YUV 209.11 67.55 125.07 -
System Red Green Blue C M Y K H S L
Decimal 205 232 102 0.12 0 0.56 0.09 72.46 0.74 0.65
Hex CD E8 66 C 0 38 9 48 4A 41
Octal 315 350 146 14 0 70 11 110 112 101
Binary 11001101 11101000 1100110 1100 0 111000 1001 1001000 1001010 1000001

Color Harmonies of #CDE866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE866

Black with #CDE866

Text Example


Text Example

White with #CDE866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE866; }

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

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

background-color css

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

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

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

border-color css

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

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

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