Html Css Color HEX #CDE965 Mindaro

📋 copy color: '#CDE965'

red 205 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #CDE965

Tints of Mindaro #CDE965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.74%

R = 38.03%
G = 43.23%
B = 18.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CDE965 (or 0xCDE965) is known color: Mindaro. HEX triplet: CD, E9 and 65. RGB value is (205,233,101). Sum of RGB (Red+Green+Blue) = 205+233+101=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE965 is #32169A. Grayscale: #D2D2D2. Windows color (decimal): -3282587 or 6678989. OLE color: 6678989.

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

Color convert

RGB 205 233 101 -
CMYK 0.12 0 0.57 0.09
HSL 72.73º 0.75% 0.65% -
HSV(B) 72.73º 0.57% 0.91% -
XYZ 56.66 72.2 23.26 -
YUV 209.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 205 233 101 0.12 0 0.57 0.09 72.73 0.75 0.65
Hex CD E9 65 C 0 39 9 49 4B 41
Octal 315 351 145 14 0 71 11 111 113 101
Binary 11001101 11101001 1100101 1100 0 111001 1001 1001001 1001011 1000001

Color Harmonies of #CDE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE965

Black with #CDE965

Text Example


Text Example

White with #CDE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE965; }

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

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

background-color css

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

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

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

border-color css

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

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

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