Html Css Color HEX #AFC74C Celery

📋 copy color: '#AFC74C'

red 175 ◦ green 199 ◦ blue 76

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

Shades of Celery #AFC74C

Tints of Celery #AFC74C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 38.89%
G = 44.22%
B = 16.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#AFC74C (or 0xAFC74C) is known color: Celery. HEX triplet: AF, C7 and 4C. RGB value is (175,199,76). Sum of RGB (Red+Green+Blue) = 175+199+76=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC74C is #5038B3. Grayscale: #B2B2B2. Windows color (decimal): -5257396 or 5031855. OLE color: 5031855.

HSL color Cylindrical-coordinate representation of color #AFC74C: hue angle of 71.71º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC74C is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 76 -
CMYK 0.12 0 0.62 0.22
HSL 71.71º 0.52% 0.54% -
HSV(B) 71.71º 0.62% 0.78% -
XYZ 39.41 50.48 14.5 -
YUV 177.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 175 199 76 0.12 0 0.62 0.22 71.71 0.52 0.54
Hex AF C7 4C C 0 3E 16 48 34 36
Octal 257 307 114 14 0 76 26 110 64 66
Binary 10101111 11000111 1001100 1100 0 111110 10110 1001000 110100 110110

Color Harmonies of #AFC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC74C

Black with #AFC74C

Text Example


Text Example

White with #AFC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC74C; }

 p { color: rgb(175,199,76); }

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

background-color css

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

 a { background-color: rgb(175,199,76); }

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

border-color css

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

 span { border-color: rgb(175,199,76); }

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