Html Css Color HEX #CAE510 Inch Worm

📋 copy color: '#CAE510'

red 202 ◦ green 229 ◦ blue 16

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

Shades of Inch Worm #CAE510

Tints of Inch Worm #CAE510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.23%

 BLUE value IS 16 (6.64% from 255) = 3.58%

R = 45.19%
G = 51.23%
B = 3.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CAE510 (or 0xCAE510) is known color: Inch Worm. HEX triplet: CA, E5 and 10. RGB value is (202,229,16). Sum of RGB (Red+Green+Blue) = 202+229+16=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 16 (6.64% from 255 or 3.58% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE510 is #351AEF. Grayscale: #C5C5C5. Windows color (decimal): -3480304 or 1107402. OLE color: 1107402.

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

Color convert

RGB 202 229 16 -
CMYK 0.12 0 0.93 0.10
HSL 67.61º 0.87% 0.48% -
HSV(B) 67.61º 0.93% 0.9% -
XYZ 52.47 68.63 10.97 -
YUV 196.65 26.05 131.82 -
System Red Green Blue C M Y K H S L
Decimal 202 229 16 0.12 0 0.93 0.10 67.61 0.87 0.48
Hex CA E5 10 C 0 5D A 44 57 30
Octal 312 345 20 14 0 135 12 104 127 60
Binary 11001010 11100101 10000 1100 0 1011101 1010 1000100 1010111 110000

Color Harmonies of #CAE510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE510

Black with #CAE510

Text Example


Text Example

White with #CAE510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE510; }

 p { color: rgb(202,229,16); }

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

background-color css

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

 a { background-color: rgb(202,229,16); }

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

border-color css

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

 span { border-color: rgb(202,229,16); }

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