Html Css Color HEX #AFF247 Conifer

📋 copy color: '#AFF247'

red 175 ◦ green 242 ◦ blue 71

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

Shades of Conifer #AFF247

Tints of Conifer #AFF247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

 BLUE value IS 71 (28.13% from 255) = 14.55%

R = 35.86%
G = 49.59%
B = 14.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#AFF247 (or 0xAFF247) is known color: Conifer. HEX triplet: AF, F2 and 47. RGB value is (175,242,71). Sum of RGB (Red+Green+Blue) = 175+242+71=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF247 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF247 is #500DB8. Grayscale: #CBCBCB. Windows color (decimal): -5246393 or 4715183. OLE color: 4715183.

HSL color Cylindrical-coordinate representation of color #AFF247: hue angle of 83.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF247 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 71 -
CMYK 0.28 0 0.71 0.05
HSL 83.51º 0.87% 0.61% -
HSV(B) 83.51º 0.71% 0.95% -
XYZ 50.57 73.07 17.4 -
YUV 202.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 175 242 71 0.28 0 0.71 0.05 83.51 0.87 0.61
Hex AF F2 47 1C 0 47 5 54 57 3D
Octal 257 362 107 34 0 107 5 124 127 75
Binary 10101111 11110010 1000111 11100 0 1000111 101 1010100 1010111 111101

Color Harmonies of #AFF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF247

Black with #AFF247

Text Example


Text Example

White with #AFF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF247; }

 p { color: rgb(175,242,71); }

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

background-color css

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

 a { background-color: rgb(175,242,71); }

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

border-color css

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

 span { border-color: rgb(175,242,71); }

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