Html Css Color HEX #AFDD27 Inch Worm

📋 copy color: '#AFDD27'

red 175 ◦ green 221 ◦ blue 39

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

Shades of Inch Worm #AFDD27

Tints of Inch Worm #AFDD27

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

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

R = 40.23%
G = 50.8%
B = 8.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#AFDD27 (or 0xAFDD27) is known color: Inch Worm. HEX triplet: AF, DD and 27. RGB value is (175,221,39). Sum of RGB (Red+Green+Blue) = 175+221+39=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD27 is #5022D8. Grayscale: #BBBBBB. Windows color (decimal): -5251801 or 2612655. OLE color: 2612655.

HSL color Cylindrical-coordinate representation of color #AFDD27: hue angle of 75.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFDD27 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 39 -
CMYK 0.21 0 0.82 0.13
HSL 75.16º 0.73% 0.51% -
HSV(B) 75.16º 0.82% 0.87% -
XYZ 43.9 60.97 11.37 -
YUV 186.5 44.76 119.8 -
System Red Green Blue C M Y K H S L
Decimal 175 221 39 0.21 0 0.82 0.13 75.16 0.73 0.51
Hex AF DD 27 15 0 52 D 4B 49 33
Octal 257 335 47 25 0 122 15 113 111 63
Binary 10101111 11011101 100111 10101 0 1010010 1101 1001011 1001001 110011

Color Harmonies of #AFDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD27

Black with #AFDD27

Text Example


Text Example

White with #AFDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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