Html Css Color HEX #AFCD4A Celery

📋 copy color: '#AFCD4A'

red 175 ◦ green 205 ◦ blue 74

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

Shades of Celery #AFCD4A

Tints of Celery #AFCD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

 BLUE value IS 74 (29.3% from 255) = 16.3%

R = 38.55%
G = 45.15%
B = 16.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#AFCD4A (or 0xAFCD4A) is known color: Celery. HEX triplet: AF, CD and 4A. RGB value is (175,205,74). Sum of RGB (Red+Green+Blue) = 175+205+74=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 74 (29.30% from 255 or 16.30% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD4A is #5032B5. Grayscale: #B5B5B5. Windows color (decimal): -5255862 or 4902319. OLE color: 4902319.

HSL color Cylindrical-coordinate representation of color #AFCD4A: hue angle of 73.74º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFCD4A is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 74 -
CMYK 0.15 0 0.64 0.20
HSL 73.74º 0.57% 0.55% -
HSV(B) 73.74º 0.64% 0.8% -
XYZ 40.75 53.27 14.61 -
YUV 181.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 175 205 74 0.15 0 0.64 0.20 73.74 0.57 0.55
Hex AF CD 4A F 0 40 14 4A 39 37
Octal 257 315 112 17 0 100 24 112 71 67
Binary 10101111 11001101 1001010 1111 0 1000000 10100 1001010 111001 110111

Color Harmonies of #AFCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD4A

Black with #AFCD4A

Text Example


Text Example

White with #AFCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD4A; }

 p { color: rgb(175,205,74); }

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

background-color css

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

 a { background-color: rgb(175,205,74); }

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

border-color css

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

 span { border-color: rgb(175,205,74); }

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