Html Css Color HEX #AFF712 Spring Bud

📋 copy color: '#AFF712'

red 175 ◦ green 247 ◦ blue 18

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

Shades of Spring Bud #AFF712

Tints of Spring Bud #AFF712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.14%

 BLUE value IS 18 (7.42% from 255) = 4.09%

R = 39.77%
G = 56.14%
B = 4.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#AFF712 (or 0xAFF712) is known color: Spring Bud. HEX triplet: AF, F7 and 12. RGB value is (175,247,18). Sum of RGB (Red+Green+Blue) = 175+247+18=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 247 (96.88% from 255 or 56.14% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF712 is #5008ED. Grayscale: #C8C8C8. Windows color (decimal): -5245166 or 1243055. OLE color: 1243055.

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

Color convert

RGB 175 247 18 -
CMYK 0.29 0 0.93 0.03
HSL 78.86º 0.93% 0.52% -
HSV(B) 78.86º 0.93% 0.97% -
XYZ 51.05 75.68 12.49 -
YUV 199.37 25.65 110.62 -
System Red Green Blue C M Y K H S L
Decimal 175 247 18 0.29 0 0.93 0.03 78.86 0.93 0.52
Hex AF F7 12 1D 0 5D 3 4F 5D 34
Octal 257 367 22 35 0 135 3 117 135 64
Binary 10101111 11110111 10010 11101 0 1011101 11 1001111 1011101 110100

Color Harmonies of #AFF712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF712

Black with #AFF712

Text Example


Text Example

White with #AFF712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF712; }

 p { color: rgb(175,247,18); }

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

background-color css

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

 a { background-color: rgb(175,247,18); }

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

border-color css

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

 span { border-color: rgb(175,247,18); }

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