Html Css Color HEX #AFC238 Celery

📋 copy color: '#AFC238'

red 175 ◦ green 194 ◦ blue 56

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

Shades of Celery #AFC238

Tints of Celery #AFC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.18%

R = 41.18%
G = 45.65%
B = 13.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#AFC238 (or 0xAFC238) is known color: Celery. HEX triplet: AF, C2 and 38. RGB value is (175,194,56). Sum of RGB (Red+Green+Blue) = 175+194+56=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC238 is #503DC7. Grayscale: #ADADAD. Windows color (decimal): -5258696 or 3719855. OLE color: 3719855.

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

Color convert

RGB 175 194 56 -
CMYK 0.10 0 0.71 0.24
HSL 68.26º 0.55% 0.49% -
HSV(B) 68.26º 0.71% 0.76% -
XYZ 37.68 47.98 11.02 -
YUV 172.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 175 194 56 0.10 0 0.71 0.24 68.26 0.55 0.49
Hex AF C2 38 A 0 47 18 44 37 31
Octal 257 302 70 12 0 107 30 104 67 61
Binary 10101111 11000010 111000 1010 0 1000111 11000 1000100 110111 110001

Color Harmonies of #AFC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC238

Black with #AFC238

Text Example


Text Example

White with #AFC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC238; }

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

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

background-color css

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

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

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

border-color css

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

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

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