Html Css Color HEX #CDE674 Mindaro

📋 copy color: '#CDE674'

red 205 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #CDE674

Tints of Mindaro #CDE674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 37.21%
G = 41.74%
B = 21.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CDE674 (or 0xCDE674) is known color: Mindaro. HEX triplet: CD, E6 and 74. RGB value is (205,230,116). Sum of RGB (Red+Green+Blue) = 205+230+116=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE674 is #32198B. Grayscale: #D1D1D1. Windows color (decimal): -3283340 or 7661261. OLE color: 7661261.

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

Color convert

RGB 205 230 116 -
CMYK 0.11 0 0.50 0.10
HSL 73.16º 0.7% 0.68% -
HSV(B) 73.16º 0.5% 0.9% -
XYZ 56.63 70.83 27.21 -
YUV 209.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 205 230 116 0.11 0 0.50 0.10 73.16 0.7 0.68
Hex CD E6 74 B 0 32 A 49 46 44
Octal 315 346 164 13 0 62 12 111 106 104
Binary 11001101 11100110 1110100 1011 0 110010 1010 1001001 1000110 1000100

Color Harmonies of #CDE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE674

Black with #CDE674

Text Example


Text Example

White with #CDE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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