Html Css Color HEX #CDE368 Mindaro

📋 copy color: '#CDE368'

red 205 ◦ green 227 ◦ blue 104

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

Shades of Mindaro #CDE368

Tints of Mindaro #CDE368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.4%

R = 38.25%
G = 42.35%
B = 19.4%

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

#CDE368 (or 0xCDE368) is known color: Mindaro. HEX triplet: CD, E3 and 68. RGB value is (205,227,104). Sum of RGB (Red+Green+Blue) = 205+227+104=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE368 is #321C97. Grayscale: #CECECE. Windows color (decimal): -3284120 or 6874061. OLE color: 6874061.

HSL color Cylindrical-coordinate representation of color #CDE368: hue angle of 70.73º 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 #CDE368 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 227 104 -
CMYK 0.10 0 0.54 0.11
HSL 70.73º 0.69% 0.65% -
HSV(B) 70.73º 0.54% 0.89% -
XYZ 55.14 68.92 23.49 -
YUV 206.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 205 227 104 0.10 0 0.54 0.11 70.73 0.69 0.65
Hex CD E3 68 A 0 36 B 47 45 41
Octal 315 343 150 12 0 66 13 107 105 101
Binary 11001101 11100011 1101000 1010 0 110110 1011 1000111 1000101 1000001

Color Harmonies of #CDE368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE368

Black with #CDE368

Text Example


Text Example

White with #CDE368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE368; }

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

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

background-color css

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

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

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

border-color css

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

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

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