Html Css Color HEX #AFCC44 Celery

📋 copy color: '#AFCC44'

red 175 ◦ green 204 ◦ blue 68

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

Shades of Celery #AFCC44

Tints of Celery #AFCC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.21%

R = 39.15%
G = 45.64%
B = 15.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#AFCC44 (or 0xAFCC44) is known color: Celery. HEX triplet: AF, CC and 44. RGB value is (175,204,68). Sum of RGB (Red+Green+Blue) = 175+204+68=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC44 is #5033BB. Grayscale: #B4B4B4. Windows color (decimal): -5256124 or 4508847. OLE color: 4508847.

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

Color convert

RGB 175 204 68 -
CMYK 0.14 0 0.67 0.2
HSL 72.79º 0.57% 0.53% -
HSV(B) 72.79º 0.67% 0.8% -
XYZ 40.32 52.72 13.52 -
YUV 179.83 64.89 124.56 -
System Red Green Blue C M Y K H S L
Decimal 175 204 68 0.14 0 0.67 0.2 72.79 0.57 0.53
Hex AF CC 44 E 0 43 14 49 39 35
Octal 257 314 104 16 0 103 24 111 71 65
Binary 10101111 11001100 1000100 1110 0 1000011 10100 1001001 111001 110101

Color Harmonies of #AFCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC44

Black with #AFCC44

Text Example


Text Example

White with #AFCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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