Html Css Color HEX #AFC24B Celery

📋 copy color: '#AFC24B'

red 175 ◦ green 194 ◦ blue 75

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

Shades of Celery #AFC24B

Tints of Celery #AFC24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.89%

R = 39.41%
G = 43.69%
B = 16.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#AFC24B (or 0xAFC24B) is known color: Celery. HEX triplet: AF, C2 and 4B. RGB value is (175,194,75). Sum of RGB (Red+Green+Blue) = 175+194+75=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC24B is #503DB4. Grayscale: #AFAFAF. Windows color (decimal): -5258677 or 4965039. OLE color: 4965039.

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

Color convert

RGB 175 194 75 -
CMYK 0.10 0 0.61 0.24
HSL 69.58º 0.49% 0.53% -
HSV(B) 69.58º 0.61% 0.76% -
XYZ 38.24 48.21 13.95 -
YUV 174.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 175 194 75 0.10 0 0.61 0.24 69.58 0.49 0.53
Hex AF C2 4B A 0 3D 18 46 31 35
Octal 257 302 113 12 0 75 30 106 61 65
Binary 10101111 11000010 1001011 1010 0 111101 11000 1000110 110001 110101

Color Harmonies of #AFC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC24B

Black with #AFC24B

Text Example


Text Example

White with #AFC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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