Html Css Color HEX #AFE627 Inch Worm

📋 copy color: '#AFE627'

red 175 ◦ green 230 ◦ blue 39

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

Shades of Inch Worm #AFE627

Tints of Inch Worm #AFE627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.78%

R = 39.41%
G = 51.8%
B = 8.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#AFE627 (or 0xAFE627) is known color: Inch Worm. HEX triplet: AF, E6 and 27. RGB value is (175,230,39). Sum of RGB (Red+Green+Blue) = 175+230+39=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE627 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE627 is #5019D8. Grayscale: #C0C0C0. Windows color (decimal): -5249497 or 2614959. OLE color: 2614959.

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

Color convert

RGB 175 230 39 -
CMYK 0.24 0 0.83 0.10
HSL 77.28º 0.79% 0.53% -
HSV(B) 77.28º 0.83% 0.9% -
XYZ 46.34 65.85 12.19 -
YUV 191.78 41.78 116.03 -
System Red Green Blue C M Y K H S L
Decimal 175 230 39 0.24 0 0.83 0.10 77.28 0.79 0.53
Hex AF E6 27 18 0 53 A 4D 4F 35
Octal 257 346 47 30 0 123 12 115 117 65
Binary 10101111 11100110 100111 11000 0 1010011 1010 1001101 1001111 110101

Color Harmonies of #AFE627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE627

Black with #AFE627

Text Example


Text Example

White with #AFE627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE627; }

 p { color: rgb(175,230,39); }

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

background-color css

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

 a { background-color: rgb(175,230,39); }

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

border-color css

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

 span { border-color: rgb(175,230,39); }

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