Html Css Color HEX #CDE363 Mindaro

📋 copy color: '#CDE363'

red 205 ◦ green 227 ◦ blue 99

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

Shades of Mindaro #CDE363

Tints of Mindaro #CDE363

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

 BLUE value IS 99 (39.06% from 255) = 18.64%

R = 38.61%
G = 42.75%
B = 18.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CDE363 (or 0xCDE363) is known color: Mindaro. HEX triplet: CD, E3 and 63. RGB value is (205,227,99). Sum of RGB (Red+Green+Blue) = 205+227+99=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE363 is #321C9C. Grayscale: #CECECE. Windows color (decimal): -3284125 or 6546381. OLE color: 6546381.

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

Color convert

RGB 205 227 99 -
CMYK 0.10 0 0.56 0.11
HSL 70.31º 0.7% 0.64% -
HSV(B) 70.31º 0.56% 0.89% -
XYZ 54.9 68.82 22.19 -
YUV 205.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 205 227 99 0.10 0 0.56 0.11 70.31 0.7 0.64
Hex CD E3 63 A 0 38 B 46 46 40
Octal 315 343 143 12 0 70 13 106 106 100
Binary 11001101 11100011 1100011 1010 0 111000 1011 1000110 1000110 1000000

Color Harmonies of #CDE363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE363

Black with #CDE363

Text Example


Text Example

White with #CDE363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE363; }

 p { color: rgb(205,227,99); }

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

background-color css

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

 a { background-color: rgb(205,227,99); }

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

border-color css

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

 span { border-color: rgb(205,227,99); }

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