Html Css Color HEX #AFDF44 Conifer

📋 copy color: '#AFDF44'

red 175 ◦ green 223 ◦ blue 68

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

Shades of Conifer #AFDF44

Tints of Conifer #AFDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.59%

R = 37.55%
G = 47.85%
B = 14.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#AFDF44 (or 0xAFDF44) is known color: Conifer. HEX triplet: AF, DF and 44. RGB value is (175,223,68). Sum of RGB (Red+Green+Blue) = 175+223+68=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF44 is #5020BB. Grayscale: #BFBFBF. Windows color (decimal): -5251260 or 4513711. OLE color: 4513711.

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

Color convert

RGB 175 223 68 -
CMYK 0.22 0 0.70 0.13
HSL 78.58º 0.71% 0.57% -
HSV(B) 78.58º 0.7% 0.87% -
XYZ 45.11 62.31 15.12 -
YUV 190.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 175 223 68 0.22 0 0.70 0.13 78.58 0.71 0.57
Hex AF DF 44 16 0 46 D 4F 47 39
Octal 257 337 104 26 0 106 15 117 107 71
Binary 10101111 11011111 1000100 10110 0 1000110 1101 1001111 1000111 111001

Color Harmonies of #AFDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF44

Black with #AFDF44

Text Example


Text Example

White with #AFDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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