Html Css Color HEX #CDE061 Mindaro

📋 copy color: '#CDE061'

red 205 ◦ green 224 ◦ blue 97

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

Shades of Mindaro #CDE061

Tints of Mindaro #CDE061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.44%

R = 38.97%
G = 42.59%
B = 18.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#CDE061 (or 0xCDE061) is known color: Mindaro. HEX triplet: CD, E0 and 61. RGB value is (205,224,97). Sum of RGB (Red+Green+Blue) = 205+224+97=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE061 is #321F9E. Grayscale: #CCCCCC. Windows color (decimal): -3284895 or 6414541. OLE color: 6414541.

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

Color convert

RGB 205 224 97 -
CMYK 0.08 0 0.57 0.12
HSL 68.98º 0.67% 0.63% -
HSV(B) 68.98º 0.57% 0.88% -
XYZ 53.99 67.15 21.43 -
YUV 203.84 67.71 128.83 -
System Red Green Blue C M Y K H S L
Decimal 205 224 97 0.08 0 0.57 0.12 68.98 0.67 0.63
Hex CD E0 61 8 0 39 C 45 43 3F
Octal 315 340 141 10 0 71 14 105 103 77
Binary 11001101 11100000 1100001 1000 0 111001 1100 1000101 1000011 111111

Color Harmonies of #CDE061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE061

Black with #CDE061

Text Example


Text Example

White with #CDE061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE061; }

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

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

background-color css

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

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

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

border-color css

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

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

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