Html Css Color HEX #AFE748 Conifer

📋 copy color: '#AFE748'

red 175 ◦ green 231 ◦ blue 72

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

Shades of Conifer #AFE748

Tints of Conifer #AFE748

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.33%

 BLUE value IS 72 (28.52% from 255) = 15.06%

R = 36.61%
G = 48.33%
B = 15.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#AFE748 (or 0xAFE748) is known color: Conifer. HEX triplet: AF, E7 and 48. RGB value is (175,231,72). Sum of RGB (Red+Green+Blue) = 175+231+72=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE748 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE748 is #5018B7. Grayscale: #C4C4C4. Windows color (decimal): -5249208 or 4777903. OLE color: 4777903.

HSL color Cylindrical-coordinate representation of color #AFE748: hue angle of 81.13º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE748 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 72 -
CMYK 0.24 0 0.69 0.09
HSL 81.13º 0.77% 0.59% -
HSV(B) 81.13º 0.69% 0.91% -
XYZ 47.42 66.73 16.51 -
YUV 196.13 57.95 112.93 -
System Red Green Blue C M Y K H S L
Decimal 175 231 72 0.24 0 0.69 0.09 81.13 0.77 0.59
Hex AF E7 48 18 0 45 9 51 4D 3B
Octal 257 347 110 30 0 105 11 121 115 73
Binary 10101111 11100111 1001000 11000 0 1000101 1001 1010001 1001101 111011

Color Harmonies of #AFE748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE748

Black with #AFE748

Text Example


Text Example

White with #AFE748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE748; }

 p { color: rgb(175,231,72); }

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

background-color css

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

 a { background-color: rgb(175,231,72); }

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

border-color css

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

 span { border-color: rgb(175,231,72); }

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