Html Css Color HEX #CDEC5D Mindaro

📋 copy color: '#CDEC5D'

red 205 ◦ green 236 ◦ blue 93

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

Shades of Mindaro #CDEC5D

Tints of Mindaro #CDEC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.42%

R = 38.39%
G = 44.19%
B = 17.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CDEC5D (or 0xCDEC5D) is known color: Mindaro. HEX triplet: CD, EC and 5D. RGB value is (205,236,93). Sum of RGB (Red+Green+Blue) = 205+236+93=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC5D is #3213A2. Grayscale: #D2D2D2. Windows color (decimal): -3281827 or 6155469. OLE color: 6155469.

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

Color convert

RGB 205 236 93 -
CMYK 0.13 0 0.61 0.07
HSL 73.01º 0.79% 0.65% -
HSV(B) 73.01º 0.61% 0.93% -
XYZ 57.15 73.76 21.58 -
YUV 210.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 205 236 93 0.13 0 0.61 0.07 73.01 0.79 0.65
Hex CD EC 5D D 0 3D 7 49 4F 41
Octal 315 354 135 15 0 75 7 111 117 101
Binary 11001101 11101100 1011101 1101 0 111101 111 1001001 1001111 1000001

Color Harmonies of #CDEC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC5D

Black with #CDEC5D

Text Example


Text Example

White with #CDEC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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