Html Css Color HEX #CAE613 Inch Worm

📋 copy color: '#CAE613'

red 202 ◦ green 230 ◦ blue 19

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

Shades of Inch Worm #CAE613

Tints of Inch Worm #CAE613

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51%

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 44.79%
G = 51%
B = 4.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CAE613 (or 0xCAE613) is known color: Inch Worm. HEX triplet: CA, E6 and 13. RGB value is (202,230,19). Sum of RGB (Red+Green+Blue) = 202+230+19=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE613 is #3519EC. Grayscale: #C6C6C6. Windows color (decimal): -3480045 or 1304266. OLE color: 1304266.

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

Color convert

RGB 202 230 19 -
CMYK 0.12 0 0.92 0.10
HSL 67.96º 0.85% 0.49% -
HSV(B) 67.96º 0.92% 0.9% -
XYZ 52.77 69.2 11.19 -
YUV 197.57 27.22 131.16 -
System Red Green Blue C M Y K H S L
Decimal 202 230 19 0.12 0 0.92 0.10 67.96 0.85 0.49
Hex CA E6 13 C 0 5C A 44 55 31
Octal 312 346 23 14 0 134 12 104 125 61
Binary 11001010 11100110 10011 1100 0 1011100 1010 1000100 1010101 110001

Color Harmonies of #CAE613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE613

Black with #CAE613

Text Example


Text Example

White with #CAE613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE613; }

 p { color: rgb(202,230,19); }

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

background-color css

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

 a { background-color: rgb(202,230,19); }

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

border-color css

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

 span { border-color: rgb(202,230,19); }

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