Html Css Color HEX #CAE515 Inch Worm

📋 copy color: '#CAE515'

red 202 ◦ green 229 ◦ blue 21

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

Shades of Inch Worm #CAE515

Tints of Inch Worm #CAE515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 44.69%
G = 50.66%
B = 4.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#CAE515 (or 0xCAE515) is known color: Inch Worm. HEX triplet: CA, E5 and 15. RGB value is (202,229,21). Sum of RGB (Red+Green+Blue) = 202+229+21=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE515 is #351AEA. Grayscale: #C6C6C6. Windows color (decimal): -3480299 or 1435082. OLE color: 1435082.

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

Color convert

RGB 202 229 21 -
CMYK 0.12 0 0.91 0.10
HSL 67.79º 0.83% 0.49% -
HSV(B) 67.79º 0.91% 0.9% -
XYZ 52.51 68.65 11.19 -
YUV 197.22 28.55 131.41 -
System Red Green Blue C M Y K H S L
Decimal 202 229 21 0.12 0 0.91 0.10 67.79 0.83 0.49
Hex CA E5 15 C 0 5B A 44 53 31
Octal 312 345 25 14 0 133 12 104 123 61
Binary 11001010 11100101 10101 1100 0 1011011 1010 1000100 1010011 110001

Color Harmonies of #CAE515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE515

Black with #CAE515

Text Example


Text Example

White with #CAE515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE515; }

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

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

background-color css

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

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

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

border-color css

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

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

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