Html Css Color HEX #AFCC41 Celery

📋 copy color: '#AFCC41'

red 175 ◦ green 204 ◦ blue 65

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

Shades of Celery #AFCC41

Tints of Celery #AFCC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 65 (25.78% from 255) = 14.64%

R = 39.41%
G = 45.95%
B = 14.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#AFCC41 (or 0xAFCC41) is known color: Celery. HEX triplet: AF, CC and 41. RGB value is (175,204,65). Sum of RGB (Red+Green+Blue) = 175+204+65=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC41 is #5033BE. Grayscale: #B4B4B4. Windows color (decimal): -5256127 or 4312239. OLE color: 4312239.

HSL color Cylindrical-coordinate representation of color #AFCC41: hue angle of 72.52º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFCC41 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 65 -
CMYK 0.14 0 0.68 0.2
HSL 72.52º 0.58% 0.53% -
HSV(B) 72.52º 0.68% 0.8% -
XYZ 40.23 52.68 13.05 -
YUV 179.48 63.39 124.8 -
System Red Green Blue C M Y K H S L
Decimal 175 204 65 0.14 0 0.68 0.2 72.52 0.58 0.53
Hex AF CC 41 E 0 44 14 49 3A 35
Octal 257 314 101 16 0 104 24 111 72 65
Binary 10101111 11001100 1000001 1110 0 1000100 10100 1001001 111010 110101

Color Harmonies of #AFCC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC41

Black with #AFCC41

Text Example


Text Example

White with #AFCC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC41; }

 p { color: rgb(175,204,65); }

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

background-color css

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

 a { background-color: rgb(175,204,65); }

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

border-color css

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

 span { border-color: rgb(175,204,65); }

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