Html Css Color HEX #CDE966 Mindaro

📋 copy color: '#CDE966'

red 205 ◦ green 233 ◦ blue 102

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

Shades of Mindaro #CDE966

Tints of Mindaro #CDE966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.15%

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

R = 37.96%
G = 43.15%
B = 18.89%

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

#CDE966 (or 0xCDE966) is known color: Mindaro. HEX triplet: CD, E9 and 66. RGB value is (205,233,102). Sum of RGB (Red+Green+Blue) = 205+233+102=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE966 is #321699. Grayscale: #D2D2D2. Windows color (decimal): -3282586 or 6744525. OLE color: 6744525.

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

Color convert

RGB 205 233 102 -
CMYK 0.12 0 0.56 0.09
HSL 72.82º 0.75% 0.66% -
HSV(B) 72.82º 0.56% 0.91% -
XYZ 56.71 72.22 23.52 -
YUV 209.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 205 233 102 0.12 0 0.56 0.09 72.82 0.75 0.66
Hex CD E9 66 C 0 38 9 49 4B 42
Octal 315 351 146 14 0 70 11 111 113 102
Binary 11001101 11101001 1100110 1100 0 111000 1001 1001001 1001011 1000010

Color Harmonies of #CDE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE966

Black with #CDE966

Text Example


Text Example

White with #CDE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE966; }

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

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

background-color css

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

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

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

border-color css

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

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

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