Html Css Color HEX #CDE675 Mindaro

📋 copy color: '#CDE675'

red 205 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #CDE675

Tints of Mindaro #CDE675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.2%

R = 37.14%
G = 41.67%
B = 21.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#CDE675 (or 0xCDE675) is known color: Mindaro. HEX triplet: CD, E6 and 75. RGB value is (205,230,117). Sum of RGB (Red+Green+Blue) = 205+230+117=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE675 is #32198A. Grayscale: #D2D2D2. Windows color (decimal): -3283339 or 7726797. OLE color: 7726797.

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

Color convert

RGB 205 230 117 -
CMYK 0.11 0 0.49 0.10
HSL 73.27º 0.69% 0.68% -
HSV(B) 73.27º 0.49% 0.9% -
XYZ 56.68 70.86 27.52 -
YUV 209.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 205 230 117 0.11 0 0.49 0.10 73.27 0.69 0.68
Hex CD E6 75 B 0 31 A 49 45 44
Octal 315 346 165 13 0 61 12 111 105 104
Binary 11001101 11100110 1110101 1011 0 110001 1010 1001001 1000101 1000100

Color Harmonies of #CDE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE675

Black with #CDE675

Text Example


Text Example

White with #CDE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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