Html Css Color HEX #CDE874 Mindaro

📋 copy color: '#CDE874'

red 205 ◦ green 232 ◦ blue 116

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

Shades of Mindaro #CDE874

Tints of Mindaro #CDE874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.95%

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

R = 37.07%
G = 41.95%
B = 20.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#CDE874 (or 0xCDE874) is known color: Mindaro. HEX triplet: CD, E8 and 74. RGB value is (205,232,116). Sum of RGB (Red+Green+Blue) = 205+232+116=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE874 is #32178B. Grayscale: #D3D3D3. Windows color (decimal): -3282828 or 7661773. OLE color: 7661773.

HSL color Cylindrical-coordinate representation of color #CDE874: hue angle of 73.97º degrees, saturation: 0.72, 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 #CDE874 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 116 -
CMYK 0.12 0 0.50 0.09
HSL 73.97º 0.72% 0.68% -
HSV(B) 73.97º 0.5% 0.91% -
XYZ 57.19 71.95 27.4 -
YUV 210.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 205 232 116 0.12 0 0.50 0.09 73.97 0.72 0.68
Hex CD E8 74 C 0 32 9 4A 48 44
Octal 315 350 164 14 0 62 11 112 110 104
Binary 11001101 11101000 1110100 1100 0 110010 1001 1001010 1001000 1000100

Color Harmonies of #CDE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE874

Black with #CDE874

Text Example


Text Example

White with #CDE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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