Html Css Color HEX #AFC05D Celery

📋 copy color: '#AFC05D'

red 175 ◦ green 192 ◦ blue 93

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

Shades of Celery #AFC05D

Tints of Celery #AFC05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 38.04%
G = 41.74%
B = 20.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#AFC05D (or 0xAFC05D) is known color: Celery. HEX triplet: AF, C0 and 5D. RGB value is (175,192,93). Sum of RGB (Red+Green+Blue) = 175+192+93=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC05D is #503FA2. Grayscale: #B0B0B0. Windows color (decimal): -5259171 or 6144175. OLE color: 6144175.

HSL color Cylindrical-coordinate representation of color #AFC05D: hue angle of 70.3º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC05D is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 93 -
CMYK 0.09 0 0.52 0.25
HSL 70.3º 0.44% 0.56% -
HSV(B) 70.3º 0.52% 0.75% -
XYZ 38.5 47.6 17.51 -
YUV 175.63 81.37 127.55 -
System Red Green Blue C M Y K H S L
Decimal 175 192 93 0.09 0 0.52 0.25 70.3 0.44 0.56
Hex AF C0 5D 9 0 34 19 46 2C 38
Octal 257 300 135 11 0 64 31 106 54 70
Binary 10101111 11000000 1011101 1001 0 110100 11001 1000110 101100 111000

Color Harmonies of #AFC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC05D

Black with #AFC05D

Text Example


Text Example

White with #AFC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC05D; }

 p { color: rgb(175,192,93); }

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

background-color css

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

 a { background-color: rgb(175,192,93); }

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

border-color css

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

 span { border-color: rgb(175,192,93); }

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