Html Css Color HEX #CDE665 Mindaro

📋 copy color: '#CDE665'

red 205 ◦ green 230 ◦ blue 101

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

Shades of Mindaro #CDE665

Tints of Mindaro #CDE665

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.91%

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

R = 38.25%
G = 42.91%
B = 18.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#CDE665 (or 0xCDE665) is known color: Mindaro. HEX triplet: CD, E6 and 65. RGB value is (205,230,101). Sum of RGB (Red+Green+Blue) = 205+230+101=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE665 is #32199A. Grayscale: #D0D0D0. Windows color (decimal): -3283355 or 6678221. OLE color: 6678221.

HSL color Cylindrical-coordinate representation of color #CDE665: hue angle of 71.63º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE665 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 101 -
CMYK 0.11 0 0.56 0.10
HSL 71.63º 0.72% 0.65% -
HSV(B) 71.63º 0.56% 0.9% -
XYZ 55.82 70.51 22.98 -
YUV 207.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 205 230 101 0.11 0 0.56 0.10 71.63 0.72 0.65
Hex CD E6 65 B 0 38 A 48 48 41
Octal 315 346 145 13 0 70 12 110 110 101
Binary 11001101 11100110 1100101 1011 0 111000 1010 1001000 1001000 1000001

Color Harmonies of #CDE665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE665

Black with #CDE665

Text Example


Text Example

White with #CDE665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE665; }

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

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

background-color css

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

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

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

border-color css

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

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

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