Html Css Color HEX #AFCA42 Celery

📋 copy color: '#AFCA42'

red 175 ◦ green 202 ◦ blue 66

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

Shades of Celery #AFCA42

Tints of Celery #AFCA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 39.5%
G = 45.6%
B = 14.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#AFCA42 (or 0xAFCA42) is known color: Celery. HEX triplet: AF, CA and 42. RGB value is (175,202,66). Sum of RGB (Red+Green+Blue) = 175+202+66=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA42 is #5035BD. Grayscale: #B2B2B2. Windows color (decimal): -5256638 or 4377263. OLE color: 4377263.

HSL color Cylindrical-coordinate representation of color #AFCA42: hue angle of 71.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFCA42 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 66 -
CMYK 0.13 0 0.67 0.21
HSL 71.91º 0.56% 0.53% -
HSV(B) 71.91º 0.67% 0.79% -
XYZ 39.78 51.75 13.05 -
YUV 178.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 175 202 66 0.13 0 0.67 0.21 71.91 0.56 0.53
Hex AF CA 42 D 0 43 15 48 38 35
Octal 257 312 102 15 0 103 25 110 70 65
Binary 10101111 11001010 1000010 1101 0 1000011 10101 1001000 111000 110101

Color Harmonies of #AFCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA42

Black with #AFCA42

Text Example


Text Example

White with #AFCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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