Html Css Color HEX #AFF31D Inch Worm

📋 copy color: '#AFF31D'

red 175 ◦ green 243 ◦ blue 29

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

Shades of Inch Worm #AFF31D

Tints of Inch Worm #AFF31D

RGB

 RED value IS 175 (68.75% from 255) = 39.15%

 GREEN value IS 243 (95.31% from 255) = 54.36%

 BLUE value IS 29 (11.72% from 255) = 6.49%

R = 39.15%
G = 54.36%
B = 6.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#AFF31D (or 0xAFF31D) is known color: Inch Worm. HEX triplet: AF, F3 and 1D. RGB value is (175,243,29). Sum of RGB (Red+Green+Blue) = 175+243+29=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF31D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF31D is #500CE2. Grayscale: #C7C7C7. Windows color (decimal): -5246179 or 1962927. OLE color: 1962927.

HSL color Cylindrical-coordinate representation of color #AFF31D: hue angle of 79.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFF31D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 29 -
CMYK 0.28 0 0.88 0.05
HSL 79.07º 0.9% 0.53% -
HSV(B) 79.07º 0.88% 0.95% -
XYZ 49.95 73.3 12.68 -
YUV 198.27 32.47 111.4 -
System Red Green Blue C M Y K H S L
Decimal 175 243 29 0.28 0 0.88 0.05 79.07 0.9 0.53
Hex AF F3 1D 1C 0 58 5 4F 5A 35
Octal 257 363 35 34 0 130 5 117 132 65
Binary 10101111 11110011 11101 11100 0 1011000 101 1001111 1011010 110101

Color Harmonies of #AFF31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF31D

Black with #AFF31D

Text Example


Text Example

White with #AFF31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF31D; }

 p { color: rgb(175,243,29); }

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

background-color css

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

 a { background-color: rgb(175,243,29); }

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

border-color css

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

 span { border-color: rgb(175,243,29); }

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