Html Css Color HEX #CADD0D Inch Worm

📋 copy color: '#CADD0D'

red 202 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #CADD0D

Tints of Inch Worm #CADD0D

RGB

 RED value IS 202 (79.3% from 255) = 46.33%

 GREEN value IS 221 (86.72% from 255) = 50.69%

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

R = 46.33%
G = 50.69%
B = 2.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#CADD0D (or 0xCADD0D) is known color: Inch Worm. HEX triplet: CA, DD and 0D. RGB value is (202,221,13). Sum of RGB (Red+Green+Blue) = 202+221+13=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADD0D is #3522F2. Grayscale: #C0C0C0. Windows color (decimal): -3482355 or 908746. OLE color: 908746.

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

Color convert

RGB 202 221 13 -
CMYK 0.09 0 0.94 0.13
HSL 65.48º 0.89% 0.46% -
HSV(B) 65.48º 0.94% 0.87% -
XYZ 50.29 64.3 10.14 -
YUV 191.61 27.21 135.41 -
System Red Green Blue C M Y K H S L
Decimal 202 221 13 0.09 0 0.94 0.13 65.48 0.89 0.46
Hex CA DD D 9 0 5E D 41 59 2E
Octal 312 335 15 11 0 136 15 101 131 56
Binary 11001010 11011101 1101 1001 0 1011110 1101 1000001 1011001 101110

Color Harmonies of #CADD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD0D

Black with #CADD0D

Text Example


Text Example

White with #CADD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD0D; }

 p { color: rgb(202,221,13); }

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

background-color css

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

 a { background-color: rgb(202,221,13); }

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

border-color css

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

 span { border-color: rgb(202,221,13); }

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