Html Css Color HEX #CDEC71 Mindaro

📋 copy color: '#CDEC71'

red 205 ◦ green 236 ◦ blue 113

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

Shades of Mindaro #CDEC71

Tints of Mindaro #CDEC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.6%

 BLUE value IS 113 (44.53% from 255) = 20.4%

R = 37%
G = 42.6%
B = 20.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#CDEC71 (or 0xCDEC71) is known color: Mindaro. HEX triplet: CD, EC and 71. RGB value is (205,236,113). Sum of RGB (Red+Green+Blue) = 205+236+113=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC71 is #32138E. Grayscale: #D5D5D5. Windows color (decimal): -3281807 or 7466189. OLE color: 7466189.

HSL color Cylindrical-coordinate representation of color #CDEC71: hue angle of 75.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDEC71 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 113 -
CMYK 0.13 0 0.52 0.07
HSL 75.12º 0.76% 0.68% -
HSV(B) 75.12º 0.52% 0.93% -
XYZ 58.15 74.16 26.87 -
YUV 212.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 205 236 113 0.13 0 0.52 0.07 75.12 0.76 0.68
Hex CD EC 71 D 0 34 7 4B 4C 44
Octal 315 354 161 15 0 64 7 113 114 104
Binary 11001101 11101100 1110001 1101 0 110100 111 1001011 1001100 1000100

Color Harmonies of #CDEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC71

Black with #CDEC71

Text Example


Text Example

White with #CDEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC71; }

 p { color: rgb(205,236,113); }

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

background-color css

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

 a { background-color: rgb(205,236,113); }

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

border-color css

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

 span { border-color: rgb(205,236,113); }

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