Html Css Color HEX #CAE005 Inch Worm

📋 copy color: '#CAE005'

red 202 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #CAE005

Tints of Inch Worm #CAE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.97%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 46.87%
G = 51.97%
B = 1.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CAE005 (or 0xCAE005) is known color: Inch Worm. HEX triplet: CA, E0 and 05. RGB value is (202,224,5). Sum of RGB (Red+Green+Blue) = 202+224+5=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE005 is #351FFA. Grayscale: #C1C1C1. Windows color (decimal): -3481595 or 385226. OLE color: 385226.

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

Color convert

RGB 202 224 5 -
CMYK 0.10 0 0.98 0.12
HSL 66.03º 0.96% 0.45% -
HSV(B) 66.03º 0.98% 0.88% -
XYZ 51.04 65.88 10.17 -
YUV 192.46 22.21 134.81 -
System Red Green Blue C M Y K H S L
Decimal 202 224 5 0.10 0 0.98 0.12 66.03 0.96 0.45
Hex CA E0 5 A 0 62 C 42 60 2D
Octal 312 340 5 12 0 142 14 102 140 55
Binary 11001010 11100000 101 1010 0 1100010 1100 1000010 1100000 101101

Color Harmonies of #CAE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE005

Black with #CAE005

Text Example


Text Example

White with #CAE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE005; }

 p { color: rgb(202,224,5); }

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

background-color css

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

 a { background-color: rgb(202,224,5); }

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

border-color css

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

 span { border-color: rgb(202,224,5); }

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