Html Css Color HEX #CDE855 Mindaro

📋 copy color: '#CDE855'

red 205 ◦ green 232 ◦ blue 85

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

Shades of Mindaro #CDE855

Tints of Mindaro #CDE855

RGB

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

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

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

R = 39.27%
G = 44.44%
B = 16.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#CDE855 (or 0xCDE855) is known color: Mindaro. HEX triplet: CD, E8 and 55. RGB value is (205,232,85). Sum of RGB (Red+Green+Blue) = 205+232+85=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE855 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE855 is #3217AA. Grayscale: #CFCFCF. Windows color (decimal): -3282859 or 5630157. OLE color: 5630157.

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

Color convert

RGB 205 232 85 -
CMYK 0.12 0 0.63 0.09
HSL 71.02º 0.76% 0.62% -
HSV(B) 71.02º 0.63% 0.91% -
XYZ 55.67 71.35 19.43 -
YUV 207.17 59.05 126.45 -
System Red Green Blue C M Y K H S L
Decimal 205 232 85 0.12 0 0.63 0.09 71.02 0.76 0.62
Hex CD E8 55 C 0 3F 9 47 4C 3E
Octal 315 350 125 14 0 77 11 107 114 76
Binary 11001101 11101000 1010101 1100 0 111111 1001 1000111 1001100 111110

Color Harmonies of #CDE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE855

Black with #CDE855

Text Example


Text Example

White with #CDE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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