Html Css Color HEX #AFC338 Celery

📋 copy color: '#AFC338'

red 175 ◦ green 195 ◦ blue 56

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

Shades of Celery #AFC338

Tints of Celery #AFC338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 41.08%
G = 45.77%
B = 13.15%

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

#AFC338 (or 0xAFC338) is known color: Celery. HEX triplet: AF, C3 and 38. RGB value is (175,195,56). Sum of RGB (Red+Green+Blue) = 175+195+56=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC338 is #503CC7. Grayscale: #ADADAD. Windows color (decimal): -5258440 or 3720111. OLE color: 3720111.

HSL color Cylindrical-coordinate representation of color #AFC338: hue angle of 68.63º 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 #AFC338 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 56 -
CMYK 0.10 0 0.71 0.24
HSL 68.63º 0.55% 0.49% -
HSV(B) 68.63º 0.71% 0.76% -
XYZ 37.91 48.43 11.09 -
YUV 173.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 175 195 56 0.10 0 0.71 0.24 68.63 0.55 0.49
Hex AF C3 38 A 0 47 18 45 37 31
Octal 257 303 70 12 0 107 30 105 67 61
Binary 10101111 11000011 111000 1010 0 1000111 11000 1000101 110111 110001

Color Harmonies of #AFC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC338

Black with #AFC338

Text Example


Text Example

White with #AFC338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC338; }

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

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

background-color css

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

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

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

border-color css

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

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

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