Html Css Color HEX #AFC038 Celery

📋 copy color: '#AFC038'

red 175 ◦ green 192 ◦ blue 56

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

Shades of Celery #AFC038

Tints of Celery #AFC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

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

R = 41.37%
G = 45.39%
B = 13.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#AFC038 (or 0xAFC038) is known color: Celery. HEX triplet: AF, C0 and 38. RGB value is (175,192,56). Sum of RGB (Red+Green+Blue) = 175+192+56=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC038 is #503FC7. Grayscale: #ABABAB. Windows color (decimal): -5259208 or 3719343. OLE color: 3719343.

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

Color convert

RGB 175 192 56 -
CMYK 0.09 0 0.71 0.25
HSL 67.5º 0.55% 0.49% -
HSV(B) 67.5º 0.71% 0.75% -
XYZ 37.24 47.1 10.87 -
YUV 171.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 175 192 56 0.09 0 0.71 0.25 67.5 0.55 0.49
Hex AF C0 38 9 0 47 19 44 37 31
Octal 257 300 70 11 0 107 31 104 67 61
Binary 10101111 11000000 111000 1001 0 1000111 11001 1000100 110111 110001

Color Harmonies of #AFC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC038

Black with #AFC038

Text Example


Text Example

White with #AFC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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