Html Css Color HEX #CDEC5B Mindaro

📋 copy color: '#CDEC5B'

red 205 ◦ green 236 ◦ blue 91

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

Shades of Mindaro #CDEC5B

Tints of Mindaro #CDEC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.11%

R = 38.53%
G = 44.36%
B = 17.11%

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

#CDEC5B (or 0xCDEC5B) is known color: Mindaro. HEX triplet: CD, EC and 5B. RGB value is (205,236,91). Sum of RGB (Red+Green+Blue) = 205+236+91=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 91 (35.94% from 255 or 17.11% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC5B is #3213A4. Grayscale: #D2D2D2. Windows color (decimal): -3281829 or 6024397. OLE color: 6024397.

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

Color convert

RGB 205 236 91 -
CMYK 0.13 0 0.61 0.07
HSL 72.83º 0.79% 0.64% -
HSV(B) 72.83º 0.61% 0.93% -
XYZ 57.06 73.73 21.12 -
YUV 210.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 205 236 91 0.13 0 0.61 0.07 72.83 0.79 0.64
Hex CD EC 5B D 0 3D 7 49 4F 40
Octal 315 354 133 15 0 75 7 111 117 100
Binary 11001101 11101100 1011011 1101 0 111101 111 1001001 1001111 1000000

Color Harmonies of #CDEC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC5B

Black with #CDEC5B

Text Example


Text Example

White with #CDEC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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