Html Css Color HEX #CDE369 Mindaro

📋 copy color: '#CDE369'

red 205 ◦ green 227 ◦ blue 105

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

Shades of Mindaro #CDE369

Tints of Mindaro #CDE369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

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

R = 38.18%
G = 42.27%
B = 19.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CDE369 (or 0xCDE369) is known color: Mindaro. HEX triplet: CD, E3 and 69. RGB value is (205,227,105). Sum of RGB (Red+Green+Blue) = 205+227+105=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE369 is #321C96. Grayscale: #CECECE. Windows color (decimal): -3284119 or 6939597. OLE color: 6939597.

HSL color Cylindrical-coordinate representation of color #CDE369: hue angle of 70.82º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE369 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 105 -
CMYK 0.10 0 0.54 0.11
HSL 70.82º 0.69% 0.65% -
HSV(B) 70.82º 0.54% 0.89% -
XYZ 55.2 68.94 23.76 -
YUV 206.51 70.71 126.92 -
System Red Green Blue C M Y K H S L
Decimal 205 227 105 0.10 0 0.54 0.11 70.82 0.69 0.65
Hex CD E3 69 A 0 36 B 47 45 41
Octal 315 343 151 12 0 66 13 107 105 101
Binary 11001101 11100011 1101001 1010 0 110110 1011 1000111 1000101 1000001

Color Harmonies of #CDE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE369

Black with #CDE369

Text Example


Text Example

White with #CDE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE369; }

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

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

background-color css

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

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

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

border-color css

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

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

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