Html Css Color HEX #AFCF41 Celery

📋 copy color: '#AFCF41'

red 175 ◦ green 207 ◦ blue 65

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

Shades of Celery #AFCF41

Tints of Celery #AFCF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.31%

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 39.15%
G = 46.31%
B = 14.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#AFCF41 (or 0xAFCF41) is known color: Celery. HEX triplet: AF, CF and 41. RGB value is (175,207,65). Sum of RGB (Red+Green+Blue) = 175+207+65=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF41 is #5030BE. Grayscale: #B5B5B5. Windows color (decimal): -5255359 or 4313007. OLE color: 4313007.

HSL color Cylindrical-coordinate representation of color #AFCF41: hue angle of 73.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFCF41 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 65 -
CMYK 0.15 0 0.69 0.19
HSL 73.52º 0.6% 0.53% -
HSV(B) 73.52º 0.69% 0.81% -
XYZ 40.95 54.12 13.29 -
YUV 181.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 175 207 65 0.15 0 0.69 0.19 73.52 0.6 0.53
Hex AF CF 41 F 0 45 13 4A 3C 35
Octal 257 317 101 17 0 105 23 112 74 65
Binary 10101111 11001111 1000001 1111 0 1000101 10011 1001010 111100 110101

Color Harmonies of #AFCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF41

Black with #AFCF41

Text Example


Text Example

White with #AFCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF41; }

 p { color: rgb(175,207,65); }

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

background-color css

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

 a { background-color: rgb(175,207,65); }

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

border-color css

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

 span { border-color: rgb(175,207,65); }

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