Html Css Color HEX #AFDF41 Conifer

📋 copy color: '#AFDF41'

red 175 ◦ green 223 ◦ blue 65

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

Shades of Conifer #AFDF41

Tints of Conifer #AFDF41

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

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

R = 37.8%
G = 48.16%
B = 14.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#AFDF41 (or 0xAFDF41) is known color: Conifer. HEX triplet: AF, DF and 41. RGB value is (175,223,65). Sum of RGB (Red+Green+Blue) = 175+223+65=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF41 is #5020BE. Grayscale: #BFBFBF. Windows color (decimal): -5251263 or 4317103. OLE color: 4317103.

HSL color Cylindrical-coordinate representation of color #AFDF41: hue angle of 78.23º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFDF41 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 65 -
CMYK 0.22 0 0.71 0.13
HSL 78.23º 0.71% 0.56% -
HSV(B) 78.23º 0.71% 0.87% -
XYZ 45.02 62.27 14.65 -
YUV 190.64 57.1 116.85 -
System Red Green Blue C M Y K H S L
Decimal 175 223 65 0.22 0 0.71 0.13 78.23 0.71 0.56
Hex AF DF 41 16 0 47 D 4E 47 38
Octal 257 337 101 26 0 107 15 116 107 70
Binary 10101111 11011111 1000001 10110 0 1000111 1101 1001110 1000111 111000

Color Harmonies of #AFDF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF41

Black with #AFDF41

Text Example


Text Example

White with #AFDF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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