Html Css Color HEX #AFEB50 Conifer

📋 copy color: '#AFEB50'

red 175 ◦ green 235 ◦ blue 80

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

Shades of Conifer #AFEB50

Tints of Conifer #AFEB50

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

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

R = 35.71%
G = 47.96%
B = 16.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#AFEB50 (or 0xAFEB50) is known color: Conifer. HEX triplet: AF, EB and 50. RGB value is (175,235,80). Sum of RGB (Red+Green+Blue) = 175+235+80=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB50 is #5014AF. Grayscale: #C7C7C7. Windows color (decimal): -5248176 or 5303215. OLE color: 5303215.

HSL color Cylindrical-coordinate representation of color #AFEB50: hue angle of 83.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFEB50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 80 -
CMYK 0.26 0 0.66 0.08
HSL 83.23º 0.79% 0.62% -
HSV(B) 83.23º 0.66% 0.92% -
XYZ 48.84 69.11 18.36 -
YUV 199.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 175 235 80 0.26 0 0.66 0.08 83.23 0.79 0.62
Hex AF EB 50 1A 0 42 8 53 4F 3E
Octal 257 353 120 32 0 102 10 123 117 76
Binary 10101111 11101011 1010000 11010 0 1000010 1000 1010011 1001111 111110

Color Harmonies of #AFEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB50

Black with #AFEB50

Text Example


Text Example

White with #AFEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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