Html Css Color HEX #AFDB28 Inch Worm

📋 copy color: '#AFDB28'

red 175 ◦ green 219 ◦ blue 40

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

Shades of Inch Worm #AFDB28

Tints of Inch Worm #AFDB28

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 40 (16.02% from 255) = 9.22%

R = 40.32%
G = 50.46%
B = 9.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#AFDB28 (or 0xAFDB28) is known color: Inch Worm. HEX triplet: AF, DB and 28. RGB value is (175,219,40). Sum of RGB (Red+Green+Blue) = 175+219+40=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB28 is #5024D7. Grayscale: #BABABA. Windows color (decimal): -5252312 or 2677679. OLE color: 2677679.

HSL color Cylindrical-coordinate representation of color #AFDB28: hue angle of 74.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFDB28 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 40 -
CMYK 0.20 0 0.82 0.14
HSL 74.75º 0.71% 0.51% -
HSV(B) 74.75º 0.82% 0.86% -
XYZ 43.39 59.93 11.29 -
YUV 185.44 45.92 120.55 -
System Red Green Blue C M Y K H S L
Decimal 175 219 40 0.20 0 0.82 0.14 74.75 0.71 0.51
Hex AF DB 28 14 0 52 E 4B 47 33
Octal 257 333 50 24 0 122 16 113 107 63
Binary 10101111 11011011 101000 10100 0 1010010 1110 1001011 1000111 110011

Color Harmonies of #AFDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB28

Black with #AFDB28

Text Example


Text Example

White with #AFDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB28; }

 p { color: rgb(175,219,40); }

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

background-color css

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

 a { background-color: rgb(175,219,40); }

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

border-color css

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

 span { border-color: rgb(175,219,40); }

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