Html Css Color HEX #AFC03B Celery

📋 copy color: '#AFC03B'

red 175 ◦ green 192 ◦ blue 59

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

Shades of Celery #AFC03B

Tints of Celery #AFC03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 41.08%
G = 45.07%
B = 13.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#AFC03B (or 0xAFC03B) is known color: Celery. HEX triplet: AF, C0 and 3B. RGB value is (175,192,59). Sum of RGB (Red+Green+Blue) = 175+192+59=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC03B is #503FC4. Grayscale: #ACACAC. Windows color (decimal): -5259205 or 3915951. OLE color: 3915951.

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

Color convert

RGB 175 192 59 -
CMYK 0.09 0 0.69 0.25
HSL 67.67º 0.53% 0.49% -
HSV(B) 67.67º 0.69% 0.75% -
XYZ 37.32 47.13 11.27 -
YUV 171.76 64.37 130.31 -
System Red Green Blue C M Y K H S L
Decimal 175 192 59 0.09 0 0.69 0.25 67.67 0.53 0.49
Hex AF C0 3B 9 0 45 19 44 35 31
Octal 257 300 73 11 0 105 31 104 65 61
Binary 10101111 11000000 111011 1001 0 1000101 11001 1000100 110101 110001

Color Harmonies of #AFC03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC03B

Black with #AFC03B

Text Example


Text Example

White with #AFC03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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