Html Css Color HEX #CDE06A Mindaro

📋 copy color: '#CDE06A'

red 205 ◦ green 224 ◦ blue 106

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

Shades of Mindaro #CDE06A

Tints of Mindaro #CDE06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.87%

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

R = 38.32%
G = 41.87%
B = 19.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#CDE06A (or 0xCDE06A) is known color: Mindaro. HEX triplet: CD, E0 and 6A. RGB value is (205,224,106). Sum of RGB (Red+Green+Blue) = 205+224+106=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE06A is #321F95. Grayscale: #CDCDCD. Windows color (decimal): -3284886 or 7004365. OLE color: 7004365.

HSL color Cylindrical-coordinate representation of color #CDE06A: hue angle of 69.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE06A is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 106 -
CMYK 0.08 0 0.53 0.12
HSL 69.66º 0.66% 0.65% -
HSV(B) 69.66º 0.53% 0.88% -
XYZ 54.43 67.33 23.76 -
YUV 204.87 72.21 128.09 -
System Red Green Blue C M Y K H S L
Decimal 205 224 106 0.08 0 0.53 0.12 69.66 0.66 0.65
Hex CD E0 6A 8 0 35 C 46 42 41
Octal 315 340 152 10 0 65 14 106 102 101
Binary 11001101 11100000 1101010 1000 0 110101 1100 1000110 1000010 1000001

Color Harmonies of #CDE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE06A

Black with #CDE06A

Text Example


Text Example

White with #CDE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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