Html Css Color HEX #CDEC6A Mindaro

📋 copy color: '#CDEC6A'

red 205 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #CDEC6A

Tints of Mindaro #CDEC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 37.48%
G = 43.14%
B = 19.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CDEC6A (or 0xCDEC6A) is known color: Mindaro. HEX triplet: CD, EC and 6A. RGB value is (205,236,106). Sum of RGB (Red+Green+Blue) = 205+236+106=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC6A is #321395. Grayscale: #D4D4D4. Windows color (decimal): -3281814 or 7007437. OLE color: 7007437.

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

Color convert

RGB 205 236 106 -
CMYK 0.13 0 0.55 0.07
HSL 74.31º 0.77% 0.67% -
HSV(B) 74.31º 0.55% 0.93% -
XYZ 57.77 74.01 24.88 -
YUV 211.91 68.23 123.07 -
System Red Green Blue C M Y K H S L
Decimal 205 236 106 0.13 0 0.55 0.07 74.31 0.77 0.67
Hex CD EC 6A D 0 37 7 4A 4D 43
Octal 315 354 152 15 0 67 7 112 115 103
Binary 11001101 11101100 1101010 1101 0 110111 111 1001010 1001101 1000011

Color Harmonies of #CDEC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC6A

Black with #CDEC6A

Text Example


Text Example

White with #CDEC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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