Html Css Color HEX #CDE277 Mindaro

📋 copy color: '#CDE277'

red 205 ◦ green 226 ◦ blue 119

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

Shades of Mindaro #CDE277

Tints of Mindaro #CDE277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 37.27%
G = 41.09%
B = 21.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CDE277 (or 0xCDE277) is known color: Mindaro. HEX triplet: CD, E2 and 77. RGB value is (205,226,119). Sum of RGB (Red+Green+Blue) = 205+226+119=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE277 is #321D88. Grayscale: #CFCFCF. Windows color (decimal): -3284361 or 7856845. OLE color: 7856845.

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

Color convert

RGB 205 226 119 -
CMYK 0.09 0 0.47 0.11
HSL 71.78º 0.65% 0.68% -
HSV(B) 71.78º 0.47% 0.89% -
XYZ 55.7 68.7 27.78 -
YUV 207.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 205 226 119 0.09 0 0.47 0.11 71.78 0.65 0.68
Hex CD E2 77 9 0 2F B 48 41 44
Octal 315 342 167 11 0 57 13 110 101 104
Binary 11001101 11100010 1110111 1001 0 101111 1011 1001000 1000001 1000100

Color Harmonies of #CDE277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE277

Black with #CDE277

Text Example


Text Example

White with #CDE277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE277; }

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

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

background-color css

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

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

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

border-color css

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

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

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