Html Css Color HEX #AFC14D Celery

📋 copy color: '#AFC14D'

red 175 ◦ green 193 ◦ blue 77

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

Shades of Celery #AFC14D

Tints of Celery #AFC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 77 (30.47% from 255) = 17.3%

R = 39.33%
G = 43.37%
B = 17.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#AFC14D (or 0xAFC14D) is known color: Celery. HEX triplet: AF, C1 and 4D. RGB value is (175,193,77). Sum of RGB (Red+Green+Blue) = 175+193+77=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC14D is #503EB2. Grayscale: #AEAEAE. Windows color (decimal): -5258931 or 5095855. OLE color: 5095855.

HSL color Cylindrical-coordinate representation of color #AFC14D: hue angle of 69.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC14D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 77 -
CMYK 0.09 0 0.60 0.24
HSL 69.31º 0.48% 0.53% -
HSV(B) 69.31º 0.6% 0.76% -
XYZ 38.09 47.79 14.24 -
YUV 174.39 73.04 128.43 -
System Red Green Blue C M Y K H S L
Decimal 175 193 77 0.09 0 0.60 0.24 69.31 0.48 0.53
Hex AF C1 4D 9 0 3C 18 45 30 35
Octal 257 301 115 11 0 74 30 105 60 65
Binary 10101111 11000001 1001101 1001 0 111100 11000 1000101 110000 110101

Color Harmonies of #AFC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC14D

Black with #AFC14D

Text Example


Text Example

White with #AFC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC14D; }

 p { color: rgb(175,193,77); }

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

background-color css

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

 a { background-color: rgb(175,193,77); }

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

border-color css

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

 span { border-color: rgb(175,193,77); }

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