Html Css Color HEX #CDE670 Mindaro

📋 copy color: '#CDE670'

red 205 ◦ green 230 ◦ blue 112

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

Shades of Mindaro #CDE670

Tints of Mindaro #CDE670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 37.48%
G = 42.05%
B = 20.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#CDE670 (or 0xCDE670) is known color: Mindaro. HEX triplet: CD, E6 and 70. RGB value is (205,230,112). Sum of RGB (Red+Green+Blue) = 205+230+112=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE670 is #32198F. Grayscale: #D1D1D1. Windows color (decimal): -3283344 or 7399117. OLE color: 7399117.

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

Color convert

RGB 205 230 112 -
CMYK 0.11 0 0.51 0.10
HSL 72.71º 0.7% 0.67% -
HSV(B) 72.71º 0.51% 0.9% -
XYZ 56.4 70.74 26.01 -
YUV 209.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 205 230 112 0.11 0 0.51 0.10 72.71 0.7 0.67
Hex CD E6 70 B 0 33 A 49 46 43
Octal 315 346 160 13 0 63 12 111 106 103
Binary 11001101 11100110 1110000 1011 0 110011 1010 1001001 1000110 1000011

Color Harmonies of #CDE670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE670

Black with #CDE670

Text Example


Text Example

White with #CDE670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE670; }

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

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

background-color css

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

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

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

border-color css

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

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

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