Html Css Color HEX #AFDB02 Inch Worm

📋 copy color: '#AFDB02'

red 175 ◦ green 219 ◦ blue 2

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

Shades of Inch Worm #AFDB02

Tints of Inch Worm #AFDB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 44.19%
G = 55.3%
B = 0.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#AFDB02 (or 0xAFDB02) is known color: Inch Worm. HEX triplet: AF, DB and 02. RGB value is (175,219,2). Sum of RGB (Red+Green+Blue) = 175+219+2=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB02 is #5024FD. Grayscale: #B5B5B5. Windows color (decimal): -5252350 or 187311. OLE color: 187311.

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

Color convert

RGB 175 219 2 -
CMYK 0.20 0 0.99 0.14
HSL 72.17º 0.98% 0.43% -
HSV(B) 72.17º 0.99% 0.86% -
XYZ 43.02 59.78 9.33 -
YUV 181.11 26.92 123.64 -
System Red Green Blue C M Y K H S L
Decimal 175 219 2 0.20 0 0.99 0.14 72.17 0.98 0.43
Hex AF DB 2 14 0 63 E 48 62 2B
Octal 257 333 2 24 0 143 16 110 142 53
Binary 10101111 11011011 10 10100 0 1100011 1110 1001000 1100010 101011

Color Harmonies of #AFDB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB02

Black with #AFDB02

Text Example


Text Example

White with #AFDB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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