Html Css Color HEX #AFC538 Celery

📋 copy color: '#AFC538'

red 175 ◦ green 197 ◦ blue 56

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

Shades of Celery #AFC538

Tints of Celery #AFC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.03%

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 40.89%
G = 46.03%
B = 13.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#AFC538 (or 0xAFC538) is known color: Celery. HEX triplet: AF, C5 and 38. RGB value is (175,197,56). Sum of RGB (Red+Green+Blue) = 175+197+56=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC538 is #503AC7. Grayscale: #AEAEAE. Windows color (decimal): -5257928 or 3720623. OLE color: 3720623.

HSL color Cylindrical-coordinate representation of color #AFC538: hue angle of 69.36º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFC538 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 56 -
CMYK 0.11 0 0.72 0.23
HSL 69.36º 0.56% 0.5% -
HSV(B) 69.36º 0.72% 0.77% -
XYZ 38.36 49.33 11.24 -
YUV 174.35 61.21 128.46 -
System Red Green Blue C M Y K H S L
Decimal 175 197 56 0.11 0 0.72 0.23 69.36 0.56 0.5
Hex AF C5 38 B 0 48 17 45 38 32
Octal 257 305 70 13 0 110 27 105 70 62
Binary 10101111 11000101 111000 1011 0 1001000 10111 1000101 111000 110010

Color Harmonies of #AFC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC538

Black with #AFC538

Text Example


Text Example

White with #AFC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC538; }

 p { color: rgb(175,197,56); }

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

background-color css

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

 a { background-color: rgb(175,197,56); }

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

border-color css

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

 span { border-color: rgb(175,197,56); }

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