Html Css Color HEX #AFC342 Celery

📋 copy color: '#AFC342'

red 175 ◦ green 195 ◦ blue 66

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

Shades of Celery #AFC342

Tints of Celery #AFC342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 40.14%
G = 44.72%
B = 15.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#AFC342 (or 0xAFC342) is known color: Celery. HEX triplet: AF, C3 and 42. RGB value is (175,195,66). Sum of RGB (Red+Green+Blue) = 175+195+66=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC342 is #503CBD. Grayscale: #AEAEAE. Windows color (decimal): -5258430 or 4375471. OLE color: 4375471.

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

Color convert

RGB 175 195 66 -
CMYK 0.10 0 0.66 0.24
HSL 69.3º 0.52% 0.51% -
HSV(B) 69.3º 0.66% 0.76% -
XYZ 38.18 48.54 12.51 -
YUV 174.31 66.87 128.49 -
System Red Green Blue C M Y K H S L
Decimal 175 195 66 0.10 0 0.66 0.24 69.3 0.52 0.51
Hex AF C3 42 A 0 42 18 45 34 33
Octal 257 303 102 12 0 102 30 105 64 63
Binary 10101111 11000011 1000010 1010 0 1000010 11000 1000101 110100 110011

Color Harmonies of #AFC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC342

Black with #AFC342

Text Example


Text Example

White with #AFC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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