Html Css Color HEX #CDE774 Mindaro

📋 copy color: '#CDE774'

red 205 ◦ green 231 ◦ blue 116

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

Shades of Mindaro #CDE774

Tints of Mindaro #CDE774

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.85%

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

R = 37.14%
G = 41.85%
B = 21.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CDE774 (or 0xCDE774) is known color: Mindaro. HEX triplet: CD, E7 and 74. RGB value is (205,231,116). Sum of RGB (Red+Green+Blue) = 205+231+116=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE774 is #32188B. Grayscale: #D2D2D2. Windows color (decimal): -3283084 or 7661517. OLE color: 7661517.

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

Color convert

RGB 205 231 116 -
CMYK 0.11 0 0.50 0.09
HSL 73.57º 0.71% 0.68% -
HSV(B) 73.57º 0.5% 0.91% -
XYZ 56.91 71.39 27.3 -
YUV 210.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 205 231 116 0.11 0 0.50 0.09 73.57 0.71 0.68
Hex CD E7 74 B 0 32 9 4A 47 44
Octal 315 347 164 13 0 62 11 112 107 104
Binary 11001101 11100111 1110100 1011 0 110010 1001 1001010 1000111 1000100

Color Harmonies of #CDE774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE774

Black with #CDE774

Text Example


Text Example

White with #CDE774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE774; }

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

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

background-color css

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

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

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

border-color css

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

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

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