Html Css Color HEX #CDE15D Mindaro

📋 copy color: '#CDE15D'

red 205 ◦ green 225 ◦ blue 93

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

Shades of Mindaro #CDE15D

Tints of Mindaro #CDE15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 39.2%
G = 43.02%
B = 17.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CDE15D (or 0xCDE15D) is known color: Mindaro. HEX triplet: CD, E1 and 5D. RGB value is (205,225,93). Sum of RGB (Red+Green+Blue) = 205+225+93=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE15D is #321EA2. Grayscale: #CCCCCC. Windows color (decimal): -3284643 or 6152653. OLE color: 6152653.

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

Color convert

RGB 205 225 93 -
CMYK 0.09 0 0.59 0.12
HSL 69.09º 0.69% 0.62% -
HSV(B) 69.09º 0.59% 0.88% -
XYZ 54.08 67.62 20.56 -
YUV 203.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 205 225 93 0.09 0 0.59 0.12 69.09 0.69 0.62
Hex CD E1 5D 9 0 3B C 45 45 3E
Octal 315 341 135 11 0 73 14 105 105 76
Binary 11001101 11100001 1011101 1001 0 111011 1100 1000101 1000101 111110

Color Harmonies of #CDE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE15D

Black with #CDE15D

Text Example


Text Example

White with #CDE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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