Html Css Color HEX #AFF80F Spring Bud

📋 copy color: '#AFF80F'

red 175 ◦ green 248 ◦ blue 15

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

Shades of Spring Bud #AFF80F

Tints of Spring Bud #AFF80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.62%

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 39.95%
G = 56.62%
B = 3.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#AFF80F (or 0xAFF80F) is known color: Spring Bud. HEX triplet: AF, F8 and 0F. RGB value is (175,248,15). Sum of RGB (Red+Green+Blue) = 175+248+15=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF80F is #5007F0. Grayscale: #C8C8C8. Windows color (decimal): -5244913 or 1046703. OLE color: 1046703.

HSL color Cylindrical-coordinate representation of color #AFF80F: hue angle of 78.8º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFF80F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 15 -
CMYK 0.29 0 0.94 0.03
HSL 78.8º 0.94% 0.52% -
HSV(B) 78.8º 0.94% 0.97% -
XYZ 51.33 76.28 12.47 -
YUV 199.61 23.82 110.45 -
System Red Green Blue C M Y K H S L
Decimal 175 248 15 0.29 0 0.94 0.03 78.8 0.94 0.52
Hex AF F8 F 1D 0 5E 3 4F 5E 34
Octal 257 370 17 35 0 136 3 117 136 64
Binary 10101111 11111000 1111 11101 0 1011110 11 1001111 1011110 110100

Color Harmonies of #AFF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF80F

Black with #AFF80F

Text Example


Text Example

White with #AFF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF80F; }

 p { color: rgb(175,248,15); }

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

background-color css

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

 a { background-color: rgb(175,248,15); }

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

border-color css

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

 span { border-color: rgb(175,248,15); }

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