Html Css Color HEX #CDE069 Mindaro

📋 copy color: '#CDE069'

red 205 ◦ green 224 ◦ blue 105

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

Shades of Mindaro #CDE069

Tints of Mindaro #CDE069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.66%

R = 38.39%
G = 41.95%
B = 19.66%

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

#CDE069 (or 0xCDE069) is known color: Mindaro. HEX triplet: CD, E0 and 69. RGB value is (205,224,105). Sum of RGB (Red+Green+Blue) = 205+224+105=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE069 is #321F96. Grayscale: #CDCDCD. Windows color (decimal): -3284887 or 6938829. OLE color: 6938829.

HSL color Cylindrical-coordinate representation of color #CDE069: hue angle of 69.58º 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 #CDE069 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 105 -
CMYK 0.08 0 0.53 0.12
HSL 69.58º 0.66% 0.65% -
HSV(B) 69.58º 0.53% 0.88% -
XYZ 54.38 67.31 23.49 -
YUV 204.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 205 224 105 0.08 0 0.53 0.12 69.58 0.66 0.65
Hex CD E0 69 8 0 35 C 46 42 41
Octal 315 340 151 10 0 65 14 106 102 101
Binary 11001101 11100000 1101001 1000 0 110101 1100 1000110 1000010 1000001

Color Harmonies of #CDE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE069

Black with #CDE069

Text Example


Text Example

White with #CDE069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE069; }

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

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

background-color css

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

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

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

border-color css

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

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

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