Html Css Color HEX #CDE163 Mindaro

📋 copy color: '#CDE163'

red 205 ◦ green 225 ◦ blue 99

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

Shades of Mindaro #CDE163

Tints of Mindaro #CDE163

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.53%

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

R = 38.75%
G = 42.53%
B = 18.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#CDE163 (or 0xCDE163) is known color: Mindaro. HEX triplet: CD, E1 and 63. RGB value is (205,225,99). Sum of RGB (Red+Green+Blue) = 205+225+99=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE163 is #321E9C. Grayscale: #CDCDCD. Windows color (decimal): -3284637 or 6545869. OLE color: 6545869.

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

Color convert

RGB 205 225 99 -
CMYK 0.09 0 0.56 0.12
HSL 69.52º 0.68% 0.64% -
HSV(B) 69.52º 0.56% 0.88% -
XYZ 54.35 67.73 22.01 -
YUV 204.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 205 225 99 0.09 0 0.56 0.12 69.52 0.68 0.64
Hex CD E1 63 9 0 38 C 46 44 40
Octal 315 341 143 11 0 70 14 106 104 100
Binary 11001101 11100001 1100011 1001 0 111000 1100 1000110 1000100 1000000

Color Harmonies of #CDE163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE163

Black with #CDE163

Text Example


Text Example

White with #CDE163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE163; }

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

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

background-color css

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

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

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

border-color css

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

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

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