Html Css Color HEX #AFDF42 Conifer

📋 copy color: '#AFDF42'

red 175 ◦ green 223 ◦ blue 66

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

Shades of Conifer #AFDF42

Tints of Conifer #AFDF42

RGB

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

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

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

R = 37.72%
G = 48.06%
B = 14.22%

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

#AFDF42 (or 0xAFDF42) is known color: Conifer. HEX triplet: AF, DF and 42. RGB value is (175,223,66). Sum of RGB (Red+Green+Blue) = 175+223+66=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF42 is #5020BD. Grayscale: #BFBFBF. Windows color (decimal): -5251262 or 4382639. OLE color: 4382639.

HSL color Cylindrical-coordinate representation of color #AFDF42: hue angle of 78.34º 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 #AFDF42 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 66 -
CMYK 0.22 0 0.70 0.13
HSL 78.34º 0.71% 0.57% -
HSV(B) 78.34º 0.7% 0.87% -
XYZ 45.05 62.28 14.8 -
YUV 190.75 57.6 116.77 -
System Red Green Blue C M Y K H S L
Decimal 175 223 66 0.22 0 0.70 0.13 78.34 0.71 0.57
Hex AF DF 42 16 0 46 D 4E 47 39
Octal 257 337 102 26 0 106 15 116 107 71
Binary 10101111 11011111 1000010 10110 0 1000110 1101 1001110 1000111 111001

Color Harmonies of #AFDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF42

Black with #AFDF42

Text Example


Text Example

White with #AFDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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