Html Css Color HEX #CDE955 Mindaro

📋 copy color: '#CDE955'

red 205 ◦ green 233 ◦ blue 85

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

Shades of Mindaro #CDE955

Tints of Mindaro #CDE955

RGB

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

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

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

R = 39.2%
G = 44.55%
B = 16.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#CDE955 (or 0xCDE955) is known color: Mindaro. HEX triplet: CD, E9 and 55. RGB value is (205,233,85). Sum of RGB (Red+Green+Blue) = 205+233+85=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE955 is #3216AA. Grayscale: #D0D0D0. Windows color (decimal): -3282603 or 5630413. OLE color: 5630413.

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

Color convert

RGB 205 233 85 -
CMYK 0.12 0 0.64 0.09
HSL 71.35º 0.77% 0.62% -
HSV(B) 71.35º 0.64% 0.91% -
XYZ 55.96 71.91 19.53 -
YUV 207.76 58.72 126.03 -
System Red Green Blue C M Y K H S L
Decimal 205 233 85 0.12 0 0.64 0.09 71.35 0.77 0.62
Hex CD E9 55 C 0 40 9 47 4D 3E
Octal 315 351 125 14 0 100 11 107 115 76
Binary 11001101 11101001 1010101 1100 0 1000000 1001 1000111 1001101 111110

Color Harmonies of #CDE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE955

Black with #CDE955

Text Example


Text Example

White with #CDE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE955; }

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

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

background-color css

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

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

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

border-color css

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

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

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