Html Css Color HEX #AFC234 Celery

📋 copy color: '#AFC234'

red 175 ◦ green 194 ◦ blue 52

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

Shades of Celery #AFC234

Tints of Celery #AFC234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 41.57%
G = 46.08%
B = 12.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#AFC234 (or 0xAFC234) is known color: Celery. HEX triplet: AF, C2 and 34. RGB value is (175,194,52). Sum of RGB (Red+Green+Blue) = 175+194+52=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC234 is #503DCB. Grayscale: #ACACAC. Windows color (decimal): -5258700 or 3457711. OLE color: 3457711.

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

Color convert

RGB 175 194 52 -
CMYK 0.10 0 0.73 0.24
HSL 68.03º 0.58% 0.48% -
HSV(B) 68.03º 0.73% 0.76% -
XYZ 37.59 47.95 10.52 -
YUV 172.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 175 194 52 0.10 0 0.73 0.24 68.03 0.58 0.48
Hex AF C2 34 A 0 49 18 44 3A 30
Octal 257 302 64 12 0 111 30 104 72 60
Binary 10101111 11000010 110100 1010 0 1001001 11000 1000100 111010 110000

Color Harmonies of #AFC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC234

Black with #AFC234

Text Example


Text Example

White with #AFC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC234; }

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

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

background-color css

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

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

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

border-color css

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

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

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