Html Css Color HEX #AFDB23 Inch Worm

📋 copy color: '#AFDB23'

red 175 ◦ green 219 ◦ blue 35

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

Shades of Inch Worm #AFDB23

Tints of Inch Worm #AFDB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.16%

R = 40.79%
G = 51.05%
B = 8.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#AFDB23 (or 0xAFDB23) is known color: Inch Worm. HEX triplet: AF, DB and 23. RGB value is (175,219,35). Sum of RGB (Red+Green+Blue) = 175+219+35=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB23 is #5024DC. Grayscale: #B9B9B9. Windows color (decimal): -5252317 or 2349999. OLE color: 2349999.

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

Color convert

RGB 175 219 35 -
CMYK 0.20 0 0.84 0.14
HSL 74.35º 0.72% 0.5% -
HSV(B) 74.35º 0.84% 0.86% -
XYZ 43.31 59.9 10.87 -
YUV 184.87 43.42 120.96 -
System Red Green Blue C M Y K H S L
Decimal 175 219 35 0.20 0 0.84 0.14 74.35 0.72 0.5
Hex AF DB 23 14 0 54 E 4A 48 32
Octal 257 333 43 24 0 124 16 112 110 62
Binary 10101111 11011011 100011 10100 0 1010100 1110 1001010 1001000 110010

Color Harmonies of #AFDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB23

Black with #AFDB23

Text Example


Text Example

White with #AFDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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