Html Css Color HEX #CDE05C Mindaro

📋 copy color: '#CDE05C'

red 205 ◦ green 224 ◦ blue 92

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

Shades of Mindaro #CDE05C

Tints of Mindaro #CDE05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 39.35%
G = 42.99%
B = 17.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CDE05C (or 0xCDE05C) is known color: Mindaro. HEX triplet: CD, E0 and 5C. RGB value is (205,224,92). Sum of RGB (Red+Green+Blue) = 205+224+92=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE05C is #321FA3. Grayscale: #CBCBCB. Windows color (decimal): -3284900 or 6086861. OLE color: 6086861.

HSL color Cylindrical-coordinate representation of color #CDE05C: hue angle of 68.64º degrees, saturation: 0.68, 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 #CDE05C is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 92 -
CMYK 0.08 0 0.59 0.12
HSL 68.64º 0.68% 0.62% -
HSV(B) 68.64º 0.59% 0.88% -
XYZ 53.76 67.06 20.24 -
YUV 203.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 205 224 92 0.08 0 0.59 0.12 68.64 0.68 0.62
Hex CD E0 5C 8 0 3B C 45 44 3E
Octal 315 340 134 10 0 73 14 105 104 76
Binary 11001101 11100000 1011100 1000 0 111011 1100 1000101 1000100 111110

Color Harmonies of #CDE05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE05C

Black with #CDE05C

Text Example


Text Example

White with #CDE05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE05C; }

 p { color: rgb(205,224,92); }

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

background-color css

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

 a { background-color: rgb(205,224,92); }

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

border-color css

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

 span { border-color: rgb(205,224,92); }

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