Html Css Color HEX #CDE275 Mindaro

📋 copy color: '#CDE275'

red 205 ◦ green 226 ◦ blue 117

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

Shades of Mindaro #CDE275

Tints of Mindaro #CDE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.24%

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

R = 37.41%
G = 41.24%
B = 21.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#CDE275 (or 0xCDE275) is known color: Mindaro. HEX triplet: CD, E2 and 75. RGB value is (205,226,117). Sum of RGB (Red+Green+Blue) = 205+226+117=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE275 is #321D8A. Grayscale: #CFCFCF. Windows color (decimal): -3284363 or 7725773. OLE color: 7725773.

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

Color convert

RGB 205 226 117 -
CMYK 0.09 0 0.48 0.11
HSL 71.56º 0.65% 0.67% -
HSV(B) 71.56º 0.48% 0.89% -
XYZ 55.58 68.66 27.15 -
YUV 207.3 77.04 126.36 -
System Red Green Blue C M Y K H S L
Decimal 205 226 117 0.09 0 0.48 0.11 71.56 0.65 0.67
Hex CD E2 75 9 0 30 B 48 41 43
Octal 315 342 165 11 0 60 13 110 101 103
Binary 11001101 11100010 1110101 1001 0 110000 1011 1001000 1000001 1000011

Color Harmonies of #CDE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE275

Black with #CDE275

Text Example


Text Example

White with #CDE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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