Html Css Color HEX #AFC25B Celery

📋 copy color: '#AFC25B'

red 175 ◦ green 194 ◦ blue 91

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

Shades of Celery #AFC25B

Tints of Celery #AFC25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 91 (35.94% from 255) = 19.78%

R = 38.04%
G = 42.17%
B = 19.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#AFC25B (or 0xAFC25B) is known color: Celery. HEX triplet: AF, C2 and 5B. RGB value is (175,194,91). Sum of RGB (Red+Green+Blue) = 175+194+91=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC25B is #503DA4. Grayscale: #B0B0B0. Windows color (decimal): -5258661 or 6013615. OLE color: 6013615.

HSL color Cylindrical-coordinate representation of color #AFC25B: hue angle of 71.07º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC25B is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 91 -
CMYK 0.10 0 0.53 0.24
HSL 71.07º 0.46% 0.56% -
HSV(B) 71.07º 0.53% 0.76% -
XYZ 38.86 48.45 17.2 -
YUV 176.58 79.71 126.88 -
System Red Green Blue C M Y K H S L
Decimal 175 194 91 0.10 0 0.53 0.24 71.07 0.46 0.56
Hex AF C2 5B A 0 35 18 47 2E 38
Octal 257 302 133 12 0 65 30 107 56 70
Binary 10101111 11000010 1011011 1010 0 110101 11000 1000111 101110 111000

Color Harmonies of #AFC25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC25B

Black with #AFC25B

Text Example


Text Example

White with #AFC25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC25B; }

 p { color: rgb(175,194,91); }

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

background-color css

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

 a { background-color: rgb(175,194,91); }

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

border-color css

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

 span { border-color: rgb(175,194,91); }

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