Html Css Color HEX #CDE455 Mindaro

📋 copy color: '#CDE455'

red 205 ◦ green 228 ◦ blue 85

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

Shades of Mindaro #CDE455

Tints of Mindaro #CDE455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.41%

R = 39.58%
G = 44.02%
B = 16.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#CDE455 (or 0xCDE455) is known color: Mindaro. HEX triplet: CD, E4 and 55. RGB value is (205,228,85). Sum of RGB (Red+Green+Blue) = 205+228+85=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE455 is #321BAA. Grayscale: #CDCDCD. Windows color (decimal): -3283883 or 5629133. OLE color: 5629133.

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

Color convert

RGB 205 228 85 -
CMYK 0.10 0 0.63 0.11
HSL 69.65º 0.73% 0.61% -
HSV(B) 69.65º 0.63% 0.89% -
XYZ 54.56 69.12 19.06 -
YUV 204.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 205 228 85 0.10 0 0.63 0.11 69.65 0.73 0.61
Hex CD E4 55 A 0 3F B 46 49 3D
Octal 315 344 125 12 0 77 13 106 111 75
Binary 11001101 11100100 1010101 1010 0 111111 1011 1000110 1001001 111101

Color Harmonies of #CDE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE455

Black with #CDE455

Text Example


Text Example

White with #CDE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE455; }

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

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

background-color css

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

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

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

border-color css

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

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

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