Html Css Color HEX #AFDB27 Inch Worm

📋 copy color: '#AFDB27'

red 175 ◦ green 219 ◦ blue 39

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

Shades of Inch Worm #AFDB27

Tints of Inch Worm #AFDB27

RGB

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

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

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

R = 40.42%
G = 50.58%
B = 9.01%

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

#AFDB27 (or 0xAFDB27) is known color: Inch Worm. HEX triplet: AF, DB and 27. RGB value is (175,219,39). Sum of RGB (Red+Green+Blue) = 175+219+39=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB27 is #5024D8. Grayscale: #B9B9B9. Windows color (decimal): -5252313 or 2612143. OLE color: 2612143.

HSL color Cylindrical-coordinate representation of color #AFDB27: hue angle of 74.67º 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 #AFDB27 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 39 -
CMYK 0.20 0 0.82 0.14
HSL 74.67º 0.71% 0.51% -
HSV(B) 74.67º 0.82% 0.86% -
XYZ 43.38 59.92 11.2 -
YUV 185.32 45.42 120.64 -
System Red Green Blue C M Y K H S L
Decimal 175 219 39 0.20 0 0.82 0.14 74.67 0.71 0.51
Hex AF DB 27 14 0 52 E 4B 47 33
Octal 257 333 47 24 0 122 16 113 107 63
Binary 10101111 11011011 100111 10100 0 1010010 1110 1001011 1000111 110011

Color Harmonies of #AFDB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB27

Black with #AFDB27

Text Example


Text Example

White with #AFDB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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