Html Css Color HEX #CDE05D Mindaro

📋 copy color: '#CDE05D'

red 205 ◦ green 224 ◦ blue 93

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

Shades of Mindaro #CDE05D

Tints of Mindaro #CDE05D

RGB

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

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

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

R = 39.27%
G = 42.91%
B = 17.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CDE05D (or 0xCDE05D) is known color: Mindaro. HEX triplet: CD, E0 and 5D. RGB value is (205,224,93). Sum of RGB (Red+Green+Blue) = 205+224+93=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE05D is #321FA2. Grayscale: #CBCBCB. Windows color (decimal): -3284899 or 6152397. OLE color: 6152397.

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

Color convert

RGB 205 224 93 -
CMYK 0.08 0 0.58 0.12
HSL 68.7º 0.68% 0.62% -
HSV(B) 68.7º 0.58% 0.88% -
XYZ 53.81 67.08 20.47 -
YUV 203.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 205 224 93 0.08 0 0.58 0.12 68.7 0.68 0.62
Hex CD E0 5D 8 0 3A C 45 44 3E
Octal 315 340 135 10 0 72 14 105 104 76
Binary 11001101 11100000 1011101 1000 0 111010 1100 1000101 1000100 111110

Color Harmonies of #CDE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE05D

Black with #CDE05D

Text Example


Text Example

White with #CDE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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