Html Css Color HEX #AFF250 Conifer

📋 copy color: '#AFF250'

red 175 ◦ green 242 ◦ blue 80

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

Shades of Conifer #AFF250

Tints of Conifer #AFF250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.1%

R = 35.21%
G = 48.69%
B = 16.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#AFF250 (or 0xAFF250) is known color: Conifer. HEX triplet: AF, F2 and 50. RGB value is (175,242,80). Sum of RGB (Red+Green+Blue) = 175+242+80=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF250 is #500DAF. Grayscale: #CCCCCC. Windows color (decimal): -5246384 or 5305007. OLE color: 5305007.

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

Color convert

RGB 175 242 80 -
CMYK 0.28 0 0.67 0.05
HSL 84.81º 0.86% 0.63% -
HSV(B) 84.81º 0.67% 0.95% -
XYZ 50.88 73.2 19.04 -
YUV 203.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 175 242 80 0.28 0 0.67 0.05 84.81 0.86 0.63
Hex AF F2 50 1C 0 43 5 55 56 3F
Octal 257 362 120 34 0 103 5 125 126 77
Binary 10101111 11110010 1010000 11100 0 1000011 101 1010101 1010110 111111

Color Harmonies of #AFF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF250

Black with #AFF250

Text Example


Text Example

White with #AFF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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