Html Css Color HEX #AFC942 Celery

📋 copy color: '#AFC942'

red 175 ◦ green 201 ◦ blue 66

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

Shades of Celery #AFC942

Tints of Celery #AFC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

 BLUE value IS 66 (26.17% from 255) = 14.93%

R = 39.59%
G = 45.48%
B = 14.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#AFC942 (or 0xAFC942) is known color: Celery. HEX triplet: AF, C9 and 42. RGB value is (175,201,66). Sum of RGB (Red+Green+Blue) = 175+201+66=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC942 is #5036BD. Grayscale: #B2B2B2. Windows color (decimal): -5256894 or 4377007. OLE color: 4377007.

HSL color Cylindrical-coordinate representation of color #AFC942: hue angle of 71.56º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFC942 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 66 -
CMYK 0.13 0 0.67 0.21
HSL 71.56º 0.56% 0.52% -
HSV(B) 71.56º 0.67% 0.79% -
XYZ 39.55 51.28 12.97 -
YUV 177.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 175 201 66 0.13 0 0.67 0.21 71.56 0.56 0.52
Hex AF C9 42 D 0 43 15 48 38 34
Octal 257 311 102 15 0 103 25 110 70 64
Binary 10101111 11001001 1000010 1101 0 1000011 10101 1001000 111000 110100

Color Harmonies of #AFC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC942

Black with #AFC942

Text Example


Text Example

White with #AFC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC942; }

 p { color: rgb(175,201,66); }

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

background-color css

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

 a { background-color: rgb(175,201,66); }

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

border-color css

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

 span { border-color: rgb(175,201,66); }

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