Html Css Color HEX #CDE668 Mindaro

📋 copy color: '#CDE668'

red 205 ◦ green 230 ◦ blue 104

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

Shades of Mindaro #CDE668

Tints of Mindaro #CDE668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 38.03%
G = 42.67%
B = 19.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#CDE668 (or 0xCDE668) is known color: Mindaro. HEX triplet: CD, E6 and 68. RGB value is (205,230,104). Sum of RGB (Red+Green+Blue) = 205+230+104=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE668 is #321997. Grayscale: #D0D0D0. Windows color (decimal): -3283352 or 6874829. OLE color: 6874829.

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

Color convert

RGB 205 230 104 -
CMYK 0.11 0 0.55 0.10
HSL 71.9º 0.72% 0.65% -
HSV(B) 71.9º 0.55% 0.9% -
XYZ 55.97 70.57 23.77 -
YUV 208.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 205 230 104 0.11 0 0.55 0.10 71.9 0.72 0.65
Hex CD E6 68 B 0 37 A 48 48 41
Octal 315 346 150 13 0 67 12 110 110 101
Binary 11001101 11100110 1101000 1011 0 110111 1010 1001000 1001000 1000001

Color Harmonies of #CDE668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE668

Black with #CDE668

Text Example


Text Example

White with #CDE668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE668; }

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

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

background-color css

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

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

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

border-color css

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

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

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