Html Css Color HEX #CDE05E Mindaro

📋 copy color: '#CDE05E'

red 205 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #CDE05E

Tints of Mindaro #CDE05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 39.2%
G = 42.83%
B = 17.97%

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

#CDE05E (or 0xCDE05E) is known color: Mindaro. HEX triplet: CD, E0 and 5E. RGB value is (205,224,94). Sum of RGB (Red+Green+Blue) = 205+224+94=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE05E is #321FA1. Grayscale: #CCCCCC. Windows color (decimal): -3284898 or 6217933. OLE color: 6217933.

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

Color convert

RGB 205 224 94 -
CMYK 0.08 0 0.58 0.12
HSL 68.77º 0.68% 0.62% -
HSV(B) 68.77º 0.58% 0.88% -
XYZ 53.85 67.1 20.7 -
YUV 203.5 66.21 129.07 -
System Red Green Blue C M Y K H S L
Decimal 205 224 94 0.08 0 0.58 0.12 68.77 0.68 0.62
Hex CD E0 5E 8 0 3A C 45 44 3E
Octal 315 340 136 10 0 72 14 105 104 76
Binary 11001101 11100000 1011110 1000 0 111010 1100 1000101 1000100 111110

Color Harmonies of #CDE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE05E

Black with #CDE05E

Text Example


Text Example

White with #CDE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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