Html Css Color HEX #CDE20D Inch Worm

📋 copy color: '#CDE20D'

red 205 ◦ green 226 ◦ blue 13

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

Shades of Inch Worm #CDE20D

Tints of Inch Worm #CDE20D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.9%

 BLUE value IS 13 (5.47% from 255) = 2.93%

R = 46.17%
G = 50.9%
B = 2.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#CDE20D (or 0xCDE20D) is known color: Inch Worm. HEX triplet: CD, E2 and 0D. RGB value is (205,226,13). Sum of RGB (Red+Green+Blue) = 205+226+13=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE20D is #321DF2. Grayscale: #C4C4C4. Windows color (decimal): -3284467 or 910029. OLE color: 910029.

HSL color Cylindrical-coordinate representation of color #CDE20D: hue angle of 65.92º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDE20D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 13 -
CMYK 0.09 0 0.94 0.11
HSL 65.92º 0.89% 0.47% -
HSV(B) 65.92º 0.94% 0.89% -
XYZ 52.45 67.4 10.63 -
YUV 195.44 25.04 134.82 -
System Red Green Blue C M Y K H S L
Decimal 205 226 13 0.09 0 0.94 0.11 65.92 0.89 0.47
Hex CD E2 D 9 0 5E B 42 59 2F
Octal 315 342 15 11 0 136 13 102 131 57
Binary 11001101 11100010 1101 1001 0 1011110 1011 1000010 1011001 101111

Color Harmonies of #CDE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE20D

Black with #CDE20D

Text Example


Text Example

White with #CDE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE20D; }

 p { color: rgb(205,226,13); }

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

background-color css

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

 a { background-color: rgb(205,226,13); }

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

border-color css

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

 span { border-color: rgb(205,226,13); }

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