Html Css Color HEX #CDE961 Mindaro

📋 copy color: '#CDE961'

red 205 ◦ green 233 ◦ blue 97

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

Shades of Mindaro #CDE961

Tints of Mindaro #CDE961

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.55%

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

R = 38.32%
G = 43.55%
B = 18.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CDE961 (or 0xCDE961) is known color: Mindaro. HEX triplet: CD, E9 and 61. RGB value is (205,233,97). Sum of RGB (Red+Green+Blue) = 205+233+97=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE961 is #32169E. Grayscale: #D1D1D1. Windows color (decimal): -3282591 or 6416845. OLE color: 6416845.

HSL color Cylindrical-coordinate representation of color #CDE961: hue angle of 72.35º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDE961 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 233 97 -
CMYK 0.12 0 0.58 0.09
HSL 72.35º 0.76% 0.65% -
HSV(B) 72.35º 0.58% 0.91% -
XYZ 56.47 72.12 22.25 -
YUV 209.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 205 233 97 0.12 0 0.58 0.09 72.35 0.76 0.65
Hex CD E9 61 C 0 3A 9 48 4C 41
Octal 315 351 141 14 0 72 11 110 114 101
Binary 11001101 11101001 1100001 1100 0 111010 1001 1001000 1001100 1000001

Color Harmonies of #CDE961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE961

Black with #CDE961

Text Example


Text Example

White with #CDE961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE961; }

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

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

background-color css

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

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

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

border-color css

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

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

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