Html Css Color HEX #CAE10D Inch Worm

📋 copy color: '#CAE10D'

red 202 ◦ green 225 ◦ blue 13

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

Shades of Inch Worm #CAE10D

Tints of Inch Worm #CAE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.14%

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

R = 45.91%
G = 51.14%
B = 2.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#CAE10D (or 0xCAE10D) is known color: Inch Worm. HEX triplet: CA, E1 and 0D. RGB value is (202,225,13). Sum of RGB (Red+Green+Blue) = 202+225+13=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE10D is #351EF2. Grayscale: #C2C2C2. Windows color (decimal): -3481331 or 909770. OLE color: 909770.

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

Color convert

RGB 202 225 13 -
CMYK 0.10 0 0.94 0.12
HSL 66.51º 0.89% 0.47% -
HSV(B) 66.51º 0.94% 0.88% -
XYZ 51.35 66.44 10.5 -
YUV 193.96 25.88 133.74 -
System Red Green Blue C M Y K H S L
Decimal 202 225 13 0.10 0 0.94 0.12 66.51 0.89 0.47
Hex CA E1 D A 0 5E C 43 59 2F
Octal 312 341 15 12 0 136 14 103 131 57
Binary 11001010 11100001 1101 1010 0 1011110 1100 1000011 1011001 101111

Color Harmonies of #CAE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE10D

Black with #CAE10D

Text Example


Text Example

White with #CAE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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