Html Css Color HEX #CDE311 Inch Worm

📋 copy color: '#CDE311'

red 205 ◦ green 227 ◦ blue 17

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

Shades of Inch Worm #CDE311

Tints of Inch Worm #CDE311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.79%

R = 45.66%
G = 50.56%
B = 3.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#CDE311 (or 0xCDE311) is known color: Inch Worm. HEX triplet: CD, E3 and 11. RGB value is (205,227,17). Sum of RGB (Red+Green+Blue) = 205+227+17=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE311 is #321CEE. Grayscale: #C5C5C5. Windows color (decimal): -3284207 or 1172429. OLE color: 1172429.

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

Color convert

RGB 205 227 17 -
CMYK 0.10 0 0.93 0.11
HSL 66.29º 0.86% 0.48% -
HSV(B) 66.29º 0.93% 0.89% -
XYZ 52.75 67.96 10.87 -
YUV 196.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 205 227 17 0.10 0 0.93 0.11 66.29 0.86 0.48
Hex CD E3 11 A 0 5D B 42 56 30
Octal 315 343 21 12 0 135 13 102 126 60
Binary 11001101 11100011 10001 1010 0 1011101 1011 1000010 1010110 110000

Color Harmonies of #CDE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE311

Black with #CDE311

Text Example


Text Example

White with #CDE311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE311; }

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

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

background-color css

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

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

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

border-color css

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

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

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