Html Css Color HEX #CDE274 Mindaro

📋 copy color: '#CDE274'

red 205 ◦ green 226 ◦ blue 116

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

Shades of Mindaro #CDE274

Tints of Mindaro #CDE274

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.32%

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

R = 37.48%
G = 41.32%
B = 21.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CDE274 (or 0xCDE274) is known color: Mindaro. HEX triplet: CD, E2 and 74. RGB value is (205,226,116). Sum of RGB (Red+Green+Blue) = 205+226+116=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE274 is #321D8B. Grayscale: #CFCFCF. Windows color (decimal): -3284364 or 7660237. OLE color: 7660237.

HSL color Cylindrical-coordinate representation of color #CDE274: hue angle of 71.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDE274 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 116 -
CMYK 0.09 0 0.49 0.11
HSL 71.45º 0.65% 0.67% -
HSV(B) 71.45º 0.49% 0.89% -
XYZ 55.53 68.63 26.84 -
YUV 207.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 205 226 116 0.09 0 0.49 0.11 71.45 0.65 0.67
Hex CD E2 74 9 0 31 B 47 41 43
Octal 315 342 164 11 0 61 13 107 101 103
Binary 11001101 11100010 1110100 1001 0 110001 1011 1000111 1000001 1000011

Color Harmonies of #CDE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE274

Black with #CDE274

Text Example


Text Example

White with #CDE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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