Html Css Color HEX #CDE175 Mindaro

📋 copy color: '#CDE175'

red 205 ◦ green 225 ◦ blue 117

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

Shades of Mindaro #CDE175

Tints of Mindaro #CDE175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 37.48%
G = 41.13%
B = 21.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CDE175 (or 0xCDE175) is known color: Mindaro. HEX triplet: CD, E1 and 75. RGB value is (205,225,117). Sum of RGB (Red+Green+Blue) = 205+225+117=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE175 is #321E8A. Grayscale: #CFCFCF. Windows color (decimal): -3284619 or 7725517. OLE color: 7725517.

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

Color convert

RGB 205 225 117 -
CMYK 0.09 0 0.48 0.12
HSL 71.11º 0.64% 0.67% -
HSV(B) 71.11º 0.48% 0.88% -
XYZ 55.31 68.11 27.06 -
YUV 206.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 205 225 117 0.09 0 0.48 0.12 71.11 0.64 0.67
Hex CD E1 75 9 0 30 C 47 40 43
Octal 315 341 165 11 0 60 14 107 100 103
Binary 11001101 11100001 1110101 1001 0 110000 1100 1000111 1000000 1000011

Color Harmonies of #CDE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE175

Black with #CDE175

Text Example


Text Example

White with #CDE175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE175; }

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

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

background-color css

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

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

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

border-color css

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

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

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